File: .flake8

package info (click to toggle)
python-mbedtls 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 960 kB
  • sloc: python: 4,595; sh: 170; makefile: 18
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
[flake8]
force-check = True
filename = *.pyx,*.pxd,*.py
ignore = E704, E211, E225, E226, E227, E402, E501, E999, PT011, PT012, W503
extend-ignore = E203