mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 08:47:49 +08:00
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* APply black
* APply black
* Fix mypy
* Fix mypy errors in django-stubs
* Fix format
* Fix plugin
* Do not patch builtins by default
* Fix mypy
* Only run mypy on 3.10 for now
* Only run mypy on 3.10 for now
* WHAT THE HELL
* Enable strict mode in mypy
* Enable strict mode in mypy
* Fix tests
* Fix tests
* Debug
* Debug
* Fix tests
* Fix tests
* Add TYPE_CHECKING debug
* Caching maybe?
* Caching maybe?
* Try explicit `${{ matrix.python-version }}`
* Remove debug
* Fix typing
* Finally
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
black==22.6.0
|
|
requests==2.28.1
|
|
gitpython==3.1.27
|
|
pre-commit==2.20.0
|
|
pytest==7.1.2
|
|
pytest-mypy-plugins==1.10.0
|
|
psycopg2-binary
|
|
-e ./django_stubs_ext
|
|
-e .[compatible-mypy]
|
|
|
|
# Overrides:
|
|
mypy==0.971
|