lint: Move options from parameters to config files.
This is needed for tox support as we get rid of run_checks.py.
This commit is contained in:
parent
82322beb03
commit
f518b5b7f2
1
.flake8
1
.flake8
@ -10,3 +10,4 @@
|
||||
# W503: line break before binary operator
|
||||
ignore=E265,E501,F841,F401,E402,E266,W503
|
||||
max_complexity = 12
|
||||
exclude=resources.py
|
||||
|
@ -1,8 +1,13 @@
|
||||
# vim: ft=dosini fileencoding=utf-8:
|
||||
|
||||
[MASTER]
|
||||
ignore=ez_setup.py
|
||||
ignore=resources.py
|
||||
extension-pkg-whitelist=PyQt5,sip
|
||||
load-plugins=pylint_checkers.config,
|
||||
pylint_checkers.crlf,
|
||||
pylint_checkers.modeline,
|
||||
pylint_checkers.openencoding,
|
||||
pylint_checkers.settrace
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=no-self-use,
|
||||
|
Loading…
Reference in New Issue
Block a user