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