-
-
Notifications
You must be signed in to change notification settings - Fork 848
/
.flake8
21 lines (17 loc) · 971 Bytes
/
.flake8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[flake8]
# C814 = missing trailing comma in Python 2
# E126 = continuation line over-indented for hanging indent
# E127 = continuation line over-indented for visual indent
# E128 = continuation line under-indented for visual indent
# E203 = whitespace before ':'
# E221 = multiple spaces before operator
# E226 = missing whitespace around arithmetic operator
# E241 = multiple spaces after ','
# E261 = at least two spaces before inline comment
# Q000 = double quotes
# W504 = line break after binary operator
ignore = C814,E126,E127,E128,E203,E221,E226,E241,E261,Q000,W504
max-line-length = 200
exclude = docs, data, migrations, node_modules, venv, */__init__.py, tabbycat/settings/*.py, emoji.py
import-order-style = edited
application-import-names = actionlog,adjallocation,adjfeedback,availability,breakqual,checkins,divisions,draw,importer,motions,notifications,options,participants,printing,privateurls,results,settings,standings,tournaments,users,utils,venues