2014-08-12 18:37:53 +02:00
|
|
|
# vim: ft=dosini
|
|
|
|
|
|
|
|
[DEFAULT]
|
|
|
|
targets=qutebrowser,scripts
|
|
|
|
|
|
|
|
[pep257]
|
|
|
|
# D102: Docstring missing, will be handled by others
|
|
|
|
# D209: Blank line before closing """ (removed from PEP257)
|
|
|
|
# D402: First line should not be function's signature (false-positives)
|
|
|
|
disable=D102,D209,D402
|
|
|
|
exclude=test_.*,ez_setup
|
|
|
|
|
|
|
|
[pylint]
|
|
|
|
args=--output-format=colorized,--reports=no,--rcfile=.pylintrc
|
2014-08-20 18:51:24 +02:00
|
|
|
plugins=config,crlf,modeline,settrace,openencoding
|
2014-08-12 18:37:53 +02:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
args=--config=.flake8
|