File: .flake8

package info (click to toggle)
tesla-wall-connector 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 550; makefile: 7; sh: 5
file content (4 lines) | stat: -rw-r--r-- 86 bytes parent folder | download
1
2
3
4
[flake8]
max-line-length = 120
ignore = D202,W503
per-file-ignores = tests/*:DAR,S101