File: .flake8

package info (click to toggle)
python-pyppmd 1.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,632 kB
  • sloc: ansic: 5,638; python: 1,604; makefile: 15
file content (4 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (3)
1
2
3
4
[flake8]
max-line-length = 125
extend-ignore = E203, W503
ignore = F841