File: .flake8

package info (click to toggle)
python-django-colorfield 0.8.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 336 kB
  • sloc: javascript: 2,510; python: 569; makefile: 12; sh: 2
file content (5 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 89
max-complexity = 10
select = B,C,E,F,W,T4,B9