mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-08-12 02:42:36 +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:
+7
-11
@@ -1,15 +1,11 @@
|
||||
*.egg-info
|
||||
__pycache__/
|
||||
out/
|
||||
/test_sqlite.py
|
||||
/django
|
||||
.DS_Store
|
||||
.idea/
|
||||
.mypy_cache/
|
||||
build/
|
||||
dist/
|
||||
pip-wheel-metadata/
|
||||
.pytest_cache/
|
||||
/.envrc
|
||||
/.direnv
|
||||
django-sources/
|
||||
.venv/
|
||||
.venv/
|
||||
__pycache__/
|
||||
django-source/
|
||||
out/
|
||||
pip-wheel-metadata/
|
||||
stubgen/
|
||||
|
||||
Reference in New Issue
Block a user