python: autoformat setup.py and install_python_bindings.py

This commit is contained in:
link2xt
2022-06-11 15:33:55 +00:00
parent e280ca9db8
commit e993b37f1e
3 changed files with 26 additions and 27 deletions

View File

@@ -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