summaryrefslogtreecommitdiff
path: root/.run_checks
blob: 070f920f1a1562cda1e3529339a78820fc66f9dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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_.*

[pylint]
args=--output-format=colorized,--reports=no,--rcfile=.pylintrc
plugins=config,crlf,modeline,settrace,openencoding
exclude=resources.py

[flake8]
args=--config=.flake8
exclude=resources.py