Update dev requirements
Make sure mypy and type stubs are installed in dev environment. They are already used for linting.
This commit is contained in:
parent
e147fad63c
commit
d48daaab10
@ -1,7 +1,6 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
|
||||||
from tarfile import TarFile
|
from tarfile import TarFile
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from typing import Callable
|
from typing import Callable
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
-e .
|
-e .
|
||||||
pytest
|
|
||||||
coverage
|
coverage
|
||||||
|
mypy
|
||||||
pre-commit
|
pre-commit
|
||||||
|
types-requests
|
||||||
|
types-toml
|
||||||
|
Loading…
Reference in New Issue
Block a user