mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-13 03:31:11 +00:00
12 lines
187 B
INI
12 lines
187 B
INI
|
[flake8]
|
||
|
exclude = .git,
|
||
|
.vscode,
|
||
|
.gitignore,
|
||
|
README.md,
|
||
|
venv,
|
||
|
test,
|
||
|
setup.py,
|
||
|
app/__init__.py
|
||
|
|
||
|
max-line-length = 136
|
||
|
ignore = E741
|