mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Merge pull request #3411 from deltachat/adb/tweak-isort-config
move isort configuration to pyproject.toml
This commit is contained in:
@@ -9,3 +9,6 @@ git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
|||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
@@ -42,7 +42,7 @@ deps =
|
|||||||
pygments
|
pygments
|
||||||
restructuredtext_lint
|
restructuredtext_lint
|
||||||
commands =
|
commands =
|
||||||
isort --check --profile black src/deltachat examples/ tests/
|
isort --check src/deltachat examples/ tests/
|
||||||
black --check src/deltachat examples/ tests/
|
black --check src/deltachat examples/ tests/
|
||||||
flake8 src/deltachat
|
flake8 src/deltachat
|
||||||
flake8 tests/ examples/
|
flake8 tests/ examples/
|
||||||
|
|||||||
Reference in New Issue
Block a user