.flake8: Some tuning for EDDN specifically

This commit is contained in:
Athanasius 2022-03-12 14:50:39 +00:00
parent 71ab6ba6be
commit 015b4d1b2c
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -1,15 +1,12 @@
[flake8]
# Show exactly where in a line the error happened
#show-source = True
show-source = True
max-line-length = 120
# Add _ as a builtin for localisation stuff
builtins = _
# check syntax in doctests
doctests = True
max-complexity = 15
per-file-ignores = ./EDMC.py:E402
# Plugin configs
# required plugins: