mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-10 18:21:01 +00:00
12 lines
199 B
INI
12 lines
199 B
INI
[flake8]
|
|
exclude = .git,
|
|
.vscode,
|
|
.gitignore,
|
|
README.md,
|
|
venv,
|
|
test,
|
|
setup.py,
|
|
libretranslate/__init__.py
|
|
|
|
max-line-length = 136
|
|
ignore = E741
|