mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
2a37467fa1
pycharm supports them so there is no need to use the other format. Might as well convert the existing strings to reduce the risk of people accidentally cargo culting the wrong doc string format.
23 lines
368 B
INI
23 lines
368 B
INI
[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
|
|
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
|