mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
* Adds more rules to mypy config, related #662 * Removes plugin.ini for mypy settings * Fixes build
12 lines
225 B
INI
12 lines
225 B
INI
[pytest]
|
|
testpaths =
|
|
./tests
|
|
./django_stubs_ext/tests
|
|
addopts =
|
|
--tb=native
|
|
-s
|
|
-v
|
|
--cache-clear
|
|
--mypy-ini-file=./mypy.ini
|
|
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook
|