mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
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.
8 lines
111 B
INI
8 lines
111 B
INI
|
|
[flake8]
|
|
exclude = .venv/
|
|
max-line-length = 88
|
|
|
|
[doc8]
|
|
ignore-path = .venv/,doc/api/build/,pybricks.egg-info/
|