File: .flake8

package info (click to toggle)
python-aioridwell 2024.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 396 kB
  • sloc: python: 1,062; sh: 41; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
[flake8]
ignore = E203,E266,E501,F811,W503
max-line-length = 80
max-complexity = 18
per-file-ignores = tests/*:DAR,S101
select = B,B9,LK,C,D,E,F,I,S,W