mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-25 02:57:14 +08:00
Fix CI (#1108)
* 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
This commit is contained in:
5
mypy.ini
5
mypy.ini
@@ -1,10 +1,5 @@
|
||||
# Regular configuration file (can be used as base in other projects, runs in CI)
|
||||
|
||||
# NOTE: this config file is not used by pytest locally.
|
||||
# See comment in mypy.ini.dev for explanation.
|
||||
|
||||
# WARNING: when changing this file, consider doing the same with mypy.ini.dev
|
||||
|
||||
[mypy]
|
||||
allow_redefinition = True
|
||||
check_untyped_defs = True
|
||||
|
||||
Reference in New Issue
Block a user