mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 04:04:26 +08:00
13 lines
188 B
INI
13 lines
188 B
INI
[flake8]
|
|
filename =
|
|
*.pyi
|
|
exclude =
|
|
django-sources
|
|
test-data
|
|
mypy_django_plugin
|
|
scripts
|
|
select = F401, Y
|
|
max_line_length = 120
|
|
per-file-ignores =
|
|
*__init__.pyi: F401
|