0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-08 12:18:48 +02:00
synapse/setup.cfg

23 lines
368 B
INI
Raw Normal View History

2014-08-12 16:10:52 +02:00
[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
2016-02-02 18:23:12 +01:00
ignore = W503 ; W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it.
[pep8]
max-line-length = 90