Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
502 Bytes
[flake8]
min_python_version = 3.7.0
max-line-length = 88
ban-relative-imports = true
format-greedy = 1
inline-quotes = double
enable-extensions = TC, TC1
type-checking-exempt-modules = typing, typing-extensions
eradicate-whitelist-extend = ^-.*;
extend-ignore =
# E203: Whitespace before ':'
E203
per-file-ignores =
__init__.py:F401
exclude =
.git
__pycache__
setup.py
build
dist
releases
.venv
.tox
.mypy_cache
.pytest_cache
.vscode
.github