forked from mirrors/thatmattlove-hyperglass
move some flake8 configs to setup.cfg
This commit is contained in:
parent
08c33f678f
commit
bd00c0dba8
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ show-source=False
|
|||
statistics=True
|
||||
exclude=.git, __pycache__,
|
||||
filename=*.py
|
||||
per-file-ignores=
|
||||
# Disable string length warnings so I can actually read the commands
|
||||
hyperglass/configuration/models/commands.py:E501
|
||||
# Disable string length warnings so I can actually read the messages
|
||||
hyperglass/configuration/models/messages.py:E501
|
||||
# Disable classmethod warning for validator decorators
|
||||
hyperglass/configuration/models/*.py:N805
|
||||
ignore=W503
|
||||
select=B, C, D, E, F, I, II, N, P, PIE, S, W
|
||||
disable-noqa=False
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue