File: .flake8

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (7 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
[flake8]
# E501: line length (black formatting will handle)
# W503, E203: Not PEP8 compliant (incompatible with black formatting)
ignore = E501,W503,E203
exclude =
    .git,
    __pycache__,