This website requires JavaScript.
Explore
Help
Sign in
remote
/
datasette
Watch
1
Star
0
Fork
You've already forked datasette
0
mirror of
https://github.com/simonw/datasette.git
synced
2026-05-27 20:36:17 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6b99e4a66b
datasette
/
setup.cfg
5 lines
54 B
INI
Raw
Normal View
History
Unescape
Escape
python setup.py test now runs the tests
2017-11-04 16:40:27 -07:00
[aliases]
test
=
pytest
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).
2019-05-03 14:11:27 +01:00
[flake8]
max-line-length
=
160
Reference in a new issue
Copy permalink