mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-01 04:52:22 +08:00
updated package setup (#485)
* 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
This commit is contained in:
committed by
GitHub
parent
a3624dec36
commit
44151c485d
20
setup.cfg
20
setup.cfg
@@ -1,19 +1,11 @@
|
||||
[isort]
|
||||
skip =
|
||||
django-sources
|
||||
django-stubs
|
||||
test-data
|
||||
include_trailing_comma = true
|
||||
multi_line_output = 5
|
||||
wrap_length = 120
|
||||
known_first_party = mypy_django_plugin
|
||||
|
||||
[flake8]
|
||||
exclude =
|
||||
django-sources
|
||||
django-stubs
|
||||
test-data
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user