File: .flake8

package info (click to toggle)
python-pysnmp4 7.1.22-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,504 kB
  • sloc: python: 33,673; makefile: 169; javascript: 4
file content (4 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
[flake8]
import-order-style = smarkets
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,pysnmp/smi/mibs
ignore = D100, D401, E203, E722, E501, W503, F401, F403, N803, N806, N815, RST210, RST213, RST304