mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 17:33:51 +01:00
Remove unrequired flake8 checks
This commit is contained in:
parent
ee4268dabb
commit
277f4e72d1
2 changed files with 0 additions and 9 deletions
|
|
@ -19,13 +19,6 @@ ignore =
|
|||
F405, # name be undefined, or defined from star imports: module
|
||||
# mccabe error
|
||||
C901, # function is too complex
|
||||
# future-import errors
|
||||
# FI12, # `__future__` import "with_statement" missing
|
||||
# FI14, # `__future__` import "unicode_literals" missing
|
||||
# FI15, # `__future__` import "generator_stop" missing
|
||||
# FI50, # `__future__` import "division" present
|
||||
# FI51, # `__future__` import "absolute_import" present
|
||||
# FI53, # `__future__` import "print_function" present
|
||||
N818, # Exception subclasses should be named with an Error suffix
|
||||
per-file-ignores =
|
||||
./beet:D
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -116,9 +116,7 @@ setup(
|
|||
],
|
||||
'lint': [
|
||||
'flake8',
|
||||
'flake8-coding',
|
||||
'flake8-docstrings',
|
||||
'flake8-future-import',
|
||||
'pep8-naming',
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue