Files
pybricks-api/setup.cfg
T
David Lechner ff22c32c24 doc/api/signaltypes: use ^{\circ} instead of ° in :math:
This works for both sphinx.ext.mathjax and sphinx.ext.imgmath.
2021-01-26 08:30:48 +01:00

9 lines
138 B
INI

[flake8]
exclude = .venv/,*.pyi
max-line-length = 88
[doc8]
ignore-path = .venv/,doc/api/build/,pybricks.egg-info/
max-line-length = 88