Files
pybricks-api/setup.cfg
T
David Lechner c008c4ca09 flake8: allow longer lines
This increase max-line-length to 88 because somtimes it is nicer to have
just a few extra characters.
2020-01-13 12:59:07 -06:00

20 lines
430 B
INI

# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = pybricks/_version.py
versionfile_build = pybricks/_version.py
tag_prefix = v
parentdir_prefix = pybricks-api-
[flake8]
exclude = .venv/,versioneer.py
max-line-length = 88
[doc8]
ignore-path = .venv/