mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +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
@@ -70,7 +70,7 @@ class ParallelTestSuite(TestSuite):
|
||||
processes: Any = ...
|
||||
failfast: Any = ...
|
||||
def __init__(self, suite: Any, processes: Any, failfast: bool = ...) -> None: ...
|
||||
def run(self, result: Any): ... # type: ignore
|
||||
def run(self, result: Any): ... # type: ignore[override]
|
||||
|
||||
class DiscoverRunner:
|
||||
test_suite: Any = ...
|
||||
|
||||
Reference in New Issue
Block a user