mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
make linting and formatting rules consistent
This commit is contained in:
parent
acc774f91e
commit
4b898287e9
3 changed files with 25 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue