mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
This stops my automatic editor linting from flagging lines which are too long. It's been lingering in my checkout for ages. 160 is an arbitrary large number - we could alter it if we have any opinions (but I find the line length limit to be my least favourite part of PEP8).
13 lines
221 B
INI
13 lines
221 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = datasette/_version.py
|
|
versionfile_build = datasette/_version.py
|
|
tag_prefix =
|
|
parentdir_prefix = datasette-
|
|
|
|
[flake8]
|
|
max-line-length = 160
|