File: .flake8

package info (click to toggle)
python-ewoksdask 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 407; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (4)
1
2
3
4
[flake8]
extend-ignore = E203,E501,E701
max-line-length = 88
exclude = [".eggs"]