mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
python: autoformat setup.py and install_python_bindings.py
This commit is contained in:
@@ -42,8 +42,8 @@ deps =
|
||||
pygments
|
||||
restructuredtext_lint
|
||||
commands =
|
||||
isort --check src/deltachat examples/ tests/
|
||||
black --check src/deltachat examples/ tests/
|
||||
isort --check setup.py install_python_bindings.py src/deltachat examples/ tests/
|
||||
black --check setup.py install_python_bindings.py src/deltachat examples/ tests/
|
||||
flake8 src/deltachat
|
||||
flake8 tests/ examples/
|
||||
rst-lint --encoding 'utf-8' README.rst
|
||||
@@ -89,4 +89,4 @@ markers =
|
||||
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
ignore = E203, E266, E501, W503
|
||||
ignore = E203, E266, E501, W503
|
||||
|
||||
Reference in New Issue
Block a user