Make lint max-line-length to 88 for black

This commit is contained in:
linsui 2021-06-21 13:09:13 +08:00 committed by Hans-Christoph Steiner
parent 736f244634
commit e0461ca1bf
2 changed files with 10 additions and 0 deletions

View file

@ -39,3 +39,11 @@ output_dir = locale
[compile_catalog]
domain = fdroidserver
directory = locale
[pycodestyle]
ignore = E203,W503
max-line-length = 88
[flake8]
ignore = E203,W503
max-line-length = 88