File: .flake8

package info (click to toggle)
python-datapoint 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 3,062; makefile: 18
file content (6 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
[flake8]
max-complexity = 10
max-line-length = 88
extend-select = B950
extend-ignore = E203,E501,E701
exclude = .git,__pycache__,build,dist