File: .flake8

package info (click to toggle)
pypdf2 2.12.1-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,144 kB
  • sloc: python: 28,767; makefile: 119; sh: 2
file content (8 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[flake8]
# The flake8 config should work well with black,
# see https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
ignore = E203,E501,E741,W503,W604,N817,N814,VNE001,VNE002,VNE003,N802,SIM105,P101
exclude = build,sample-files,dist,.benchmarks,.git,.github,.mypy_cache,.pytest_cache,.tox
per-file-ignores =
    tests/*: ASS001,PT011,B011,T001,T201
    make_changelog.py:T001,T201