File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ EXTRAS=
29
29
PYSOURCES =$(filter-out $(MODULE ) /parser/cwl_v% ,$(shell find $(MODULE ) -name "* .py") ) \
30
30
$(wildcard tests/* .py) create_cwl_from_objects.py load_cwl_by_path.py \
31
31
${MODULE}/parser/cwl_v1_?_utils.py docs/conf.py
32
- DEVPKGS =build diff_cover pylint pep257 pydocstyle flake8 'tox<4' tox-pyenv \
33
- isort wheel autoflake pyupgrade bandit auto-walrus \
32
+ DEVPKGS =build diff_cover pylint pep257 pydocstyle 'tox<4' tox-pyenv \
33
+ wheel autoflake pyupgrade bandit auto-walrus \
34
34
-rlint-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
35
35
DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
36
36
python-flake8 python-mock shellcheck
Original file line number Diff line number Diff line change 1
1
flake8-bugbear < 24.2
2
2
black ~= 24.1
3
3
codespell
4
+ isort >= 5
Original file line number Diff line number Diff line change @@ -79,8 +79,4 @@ version = {attr = "cwl_utils.__meta__.__version__"}
79
79
dependencies = {file = [" requirements.txt" ]}
80
80
81
81
[tool .isort ]
82
- multi_line_output = " 3"
83
- include_trailing_comma = " True"
84
- force_grid_wrap = " 0"
85
- use_parentheses = " True"
86
- line_length = " 88"
82
+ profile = " black"
You can’t perform that action at this time.
0 commit comments