File: .flake8

package info (click to toggle)
python-globus-sdk 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: python: 35,227; sh: 44; makefile: 35
file content (12 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
exclude = .git,.tox,__pycache__,.eggs,dist,.venv*,docs,build
max-line-length = 88
extend-ignore = W503,W504,E203

# in pyi stubs, spacing rules are different (black handles this)
per-file-ignores = *.pyi:E302,E305

[flake8:local-plugins]
extension =
    SDK = globus_sdk_flake8:Plugin
paths = ./src/globus_sdk/_internal/extensions/