Skip to content

Commit 5b6aa33

Browse files
committed
deps: bump mypy to v0.990
1 parent 37e8268 commit 5b6aa33

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ jobs:
9090
run: |
9191
make addlicense
9292
93-
- name: Install dev version of mypy
94-
run: |
95-
python -m pip install git+https://github.com/python/mypy.git
96-
python -m pip install types-setuptools
97-
9893
- name: mypy
9994
run: |
10095
make mypy

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ py-format-install:
5151

5252
mypy-install:
5353
$(call check_pip_install,mypy)
54+
$(call check_pip_install,types-setuptools)
5455

5556
pre-commit-install:
5657
$(call check_pip_install,pre-commit)

conda-recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ dependencies:
8989
- isort
9090
- conda-forge::black-jupyter >= 22.6.0
9191
- pylint
92-
- mypy
92+
- mypy >= 0.990
93+
- types-setuptools
9394
- flake8
9495
- flake8-bugbear
9596
- doc8 < 1.0.0a0

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ lint = [
6868
"isort",
6969
"black[jupyter] >= 22.6.0",
7070
"pylint",
71-
"mypy",
71+
"mypy >= 0.990",
72+
"types-setuptools",
7273
"flake8",
7374
"flake8-bugbear",
7475
"doc8 < 1.0.0a0",

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ pytest-xdist
1313
isort
1414
black[jupyter] >= 22.6.0
1515
pylint
16-
mypy
16+
mypy >= 0.990
17+
types-setuptools
1718
flake8
1819
flake8-bugbear
1920
# https://github.com/PyCQA/doc8/issues/112

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy