mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
13 lines
217 B
INI
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
|