Files
pybricks-api/setup.cfg
T
David Lechner e3d0d51c9f config: drop versioneer
This removes versioneer for versioning. The version depends on the
pybricks-micropython version targeted so it doesn't make sense to use
automatic versioning here.
2020-03-18 17:30:42 -05:00

8 lines
111 B
INI

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