File: .flake8

package info (click to toggle)
upstream-ontologist 0.1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 712 kB
  • sloc: python: 4,199; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
[flake8]
extend-ignore = E203, E266, E501, W293, W291, W503, B950, B903, B905
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9