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=
2929PYSOURCES =$(filter-out $(MODULE ) /parser/cwl_v% ,$(shell find $(MODULE ) -name "* .py") ) \
3030 $(wildcard tests/* .py) create_cwl_from_objects.py load_cwl_by_path.py \
3131 ${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 \
3434 -rlint-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
3535DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3636 python-flake8 python-mock shellcheck
Original file line number Diff line number Diff line change 11flake8-bugbear < 24.2
22black ~= 24.1
33codespell
4+ isort >= 5
Original file line number Diff line number Diff line change @@ -79,8 +79,4 @@ version = {attr = "cwl_utils.__meta__.__version__"}
7979dependencies = {file = [" requirements.txt" ]}
8080
8181[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