File: tox.ini

package info (click to toggle)
python-mistletoe 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 864 kB
  • sloc: python: 5,649; sh: 66; makefile: 40
file content (8 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
[flake8]
# See https://www.flake8rules.com/ for the full list of error codes.
extend-ignore = E124,E126,E127,E128,E501

# For the case we activated E501. The GitHub editor is 127 chars wide.
max-line-length = 127

max-complexity = 10