File: .flake8

package info (click to toggle)
debian-codemods 0.171
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,312 kB
  • sloc: makefile: 888; xml: 119; python: 80; sh: 69; javascript: 3
file content (6 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
banned-modules = dulwich = Use breezy rather than dulwich directly
extend-exclude = target
extend-ignore = E203, E266, E501, W293, W291, Q440, SIM114
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9