This website requires JavaScript.
Explore
Help
Register
Sign In
python-pillow
/
Pillow
Watch
1
Star
1
Fork
0
You've already forked Pillow
mirror of
https://github.com/python-pillow/Pillow.git
synced
2024-11-10 19:56:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aaca672173
Pillow
/
setup.cfg
7 lines
80 B
INI
Raw
Normal View
History
Unescape
Escape
Test with coverage on Windows, update 'setup.py test'
2017-10-29 16:11:00 +03:00
[aliases]
test
=
pytest
Set flake8 max-line-length to a common-ish value (80+10%)
2018-11-11 23:49:01 +03:00
[flake8]
Tell Flake8 to ignore non-PEP 8 compliant E203 and W503
2019-03-20 19:17:28 +03:00
extend-ignore
=
E203, W503
Set flake8 max-line-length to a common-ish value (80+10%)
2018-11-11 23:49:01 +03:00
max-line-length
=
88
Reference in New Issue
Copy Permalink