File: .flake8

package info (click to toggle)
autotiling 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 159; makefile: 29
file content (5 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (14)
1
2
3
4
5
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9