make linting and formatting rules consistent

This commit is contained in:
proletarius101 2023-05-04 14:12:08 +00:00 committed by Hans-Christoph Steiner
parent acc774f91e
commit 4b898287e9
3 changed files with 25 additions and 22 deletions

View file

@ -40,11 +40,11 @@ domain = fdroidserver
directory = locale
[pycodestyle]
ignore = E203,W503
ignore = E123,E203,E402,E501,W503
max-line-length = 88
[flake8]
ignore = E203,W503
ignore = E123,E203,E402,E501,W503
max-line-length = 88
# Settings for docstrings linter