File: .flake8

package info (click to toggle)
python-google-auth 2.48.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,548 kB
  • sloc: python: 35,815; sh: 82; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
[flake8]
ignore = E203, E266, E501, W503
exclude =
  # Standard linting exemptions.
  __pycache__,
  .git,
  *.pyc,
  conf.py