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
|
||||
|
||||
import unittest
|
||||
from pathlib import Path
|
||||
from tarfile import TarFile
|
||||
from typing import Any
|
||||
from typing import Callable
|
||||
|
@ -1,4 +1,6 @@
|
||||
-e .
|
||||
pytest
|
||||
coverage
|
||||
mypy
|
||||
pre-commit
|
||||
types-requests
|
||||
types-toml
|
||||
|
Loading…
Reference in New Issue
Block a user