Skip to content

Commit ac97a89

Browse files
committed
Remove mypy from dev deps
1 parent 3b905ef commit ac97a89

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: |
5252
poetry config virtualenvs.in-project true
53-
poetry install
53+
poetry install --extras=compatible-mypy
5454
5555
poetry run pip install -U pip
5656

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ trio = "^0.22"
5656
attrs = "^23.1"
5757
httpx = "^0.24"
5858

59-
mypy = "^1.4.0"
6059
wemake-python-styleguide = "^0.17"
6160
flake8-pytest-style = "^1.6"
6261
flake8-pyi = "^23.4"

0 commit comments

Comments
 (0)