mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add a max-line-length setting for flake8 (#444)
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).
This commit is contained in:
parent
53d2f00b73
commit
470cf0b05d
1 changed files with 2 additions and 0 deletions
|
|
@ -9,3 +9,5 @@ versionfile_build = datasette/_version.py
|
|||
tag_prefix =
|
||||
parentdir_prefix = datasette-
|
||||
|
||||
[flake8]
|
||||
max-line-length = 160
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue