Merge pull request #3411 from deltachat/adb/tweak-isort-config

move isort configuration to pyproject.toml
This commit is contained in:
Asiel Díaz Benítez
2022-06-09 05:08:54 -04:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -9,3 +9,6 @@ git_describe_command = "git describe --dirty --tags --long --match py-*.*"
[tool.black]
line-length = 120
[tool.isort]
profile = "black"

View File

@@ -42,7 +42,7 @@ deps =
pygments
restructuredtext_lint
commands =
isort --check --profile black src/deltachat examples/ tests/
isort --check src/deltachat examples/ tests/
black --check src/deltachat examples/ tests/
flake8 src/deltachat
flake8 tests/ examples/