File: .flake8

package info (click to toggle)
python-typing-inspect 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: python: 3,179; sh: 8; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[flake8]
max-line-length = 90
ignore =
  B3,
  DW12,
  W504
exclude =
  test_typing_inspect.py