mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-07 10:53:04 +03:00
.flake8: Some tuning for EDDN specifically
This commit is contained in:
parent
71ab6ba6be
commit
015b4d1b2c
5
.flake8
5
.flake8
@ -1,15 +1,12 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
# Show exactly where in a line the error happened
|
# Show exactly where in a line the error happened
|
||||||
#show-source = True
|
show-source = True
|
||||||
|
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
# Add _ as a builtin for localisation stuff
|
|
||||||
builtins = _
|
|
||||||
|
|
||||||
# check syntax in doctests
|
# check syntax in doctests
|
||||||
doctests = True
|
doctests = True
|
||||||
max-complexity = 15
|
max-complexity = 15
|
||||||
per-file-ignores = ./EDMC.py:E402
|
|
||||||
|
|
||||||
# Plugin configs
|
# Plugin configs
|
||||||
# required plugins:
|
# required plugins:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user