qutebrowser/.run_checks

21 lines
488 B
Plaintext
Raw Normal View History

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
2014-12-28 18:04:52 +01:00
exclude=test_.*
2014-08-12 18:37:53 +02:00
[pylint]
args=--output-format=colorized,--reports=no,--rcfile=.pylintrc
plugins=config,crlf,modeline,settrace,openencoding
2014-12-28 18:04:27 +01:00
exclude=resources.py
2014-08-12 18:37:53 +02:00
[flake8]
args=--config=.flake8
2014-12-28 18:04:27 +01:00
exclude=resources.py