mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
* updated package setup * updated to use python 3.9 * fixed test runner * fixed typecheck tests * fixed discrepencies * added override to runner * updated travis * updated pre-commit hooks * updated dep
12 lines
189 B
INI
12 lines
189 B
INI
[flake8]
|
|
exclude = .*/
|
|
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
|