TabbycatDebate/tabbycat

View on GitHub
.flake8

Summary

Maintainability
Test Coverage
[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