mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-09 13:02:22 +08:00
add linting stubs with flake8-pyi and check for unused imports (#186)
This commit is contained in:
12
flake8-pyi.ini
Normal file
12
flake8-pyi.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user