Codebase list matrix-synapse / debian/0.31.2+dfsg-1 setup.cfg
debian/0.31.2+dfsg-1

Tree @debian/0.31.2+dfsg-1 (Download .tar.gz)

setup.cfg @debian/0.31.2+dfsg-1raw · history · blame

[build_sphinx]
source-dir = docs/sphinx
build-dir  = docs/build
all_files  = 1

[trial]
test_suite = tests

[check-manifest]
ignore =
    contrib
    contrib/*
    docs/*
    pylint.cfg
    tox.ini

[flake8]
max-line-length = 90
#  W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it.
ignore = W503