Skip to content

Commit 48d1112

Browse files
authored
BLD: updated mypy version to 0.812 (#40107)
1 parent b33389f commit 48d1112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- flake8
2424
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
2525
- isort>=5.2.1 # check that imports are in the right order
26-
- mypy=0.800
26+
- mypy=0.812
2727
- pre-commit>=2.9.2
2828
- pycodestyle # used by flake8
2929
- pyupgrade

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cpplint
1111
flake8
1212
flake8-comprehensions>=3.1.0
1313
isort>=5.2.1
14-
mypy==0.800
14+
mypy==0.812
1515
pre-commit>=2.9.2
1616
pycodestyle
1717
pyupgrade

0 commit comments

Comments
 (0)