File: .flake8

package info (click to toggle)
stac-validator 3.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,280 kB
  • sloc: python: 3,429; makefile: 35
file content (8 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[flake8]
max-line-length = 90
select = C,E,F,W,B,B950
max-complexity = 5

# Error Codes: http://pycdestyle.pycqa.org/en/latest/intro.html#configuration
ignore = E501,C901,W503,E302
exclude = lib