Skip to content

Commit c95e06a

Browse files
committed
isort: use black profile shortcut
1 parent a1a4e03 commit c95e06a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ EXTRAS=
2929
PYSOURCES=$(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
3535
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3636
python-flake8 python-mock shellcheck

lint-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
flake8-bugbear < 24.2
22
black ~= 24.1
33
codespell
4+
isort >= 5

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,4 @@ version = {attr = "cwl_utils.__meta__.__version__"}
7979
dependencies = {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"

0 commit comments

Comments
 (0)