mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Make lint max-line-length to 88 for black
This commit is contained in:
parent
736f244634
commit
e0461ca1bf
2 changed files with 10 additions and 0 deletions
|
@ -43,3 +43,5 @@ good-names=i,j,k,ex,Run,f,fp
|
||||||
# Maximum number of nested blocks for function / method body
|
# Maximum number of nested blocks for function / method body
|
||||||
max-nested-blocks=5
|
max-nested-blocks=5
|
||||||
|
|
||||||
|
[FORMAT]
|
||||||
|
max-line-length=88
|
||||||
|
|
|
@ -39,3 +39,11 @@ output_dir = locale
|
||||||
[compile_catalog]
|
[compile_catalog]
|
||||||
domain = fdroidserver
|
domain = fdroidserver
|
||||||
directory = locale
|
directory = locale
|
||||||
|
|
||||||
|
[pycodestyle]
|
||||||
|
ignore = E203,W503
|
||||||
|
max-line-length = 88
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
ignore = E203,W503
|
||||||
|
max-line-length = 88
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue