Files
django-stubs/setup.cfg
2022-09-09 17:16:22 +03:00

13 lines
217 B
INI

[flake8]
exclude = .*/
extend-ignore = E203
extend-select = F401, Y
max_line_length = 120
per-file-ignores =
*__init__.pyi: F401
base_user.pyi: Y003
models.pyi: Y003
[metadata]
license_file = LICENSE.txt