We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33389f commit 48d1112Copy full SHA for 48d1112
environment.yml
@@ -23,7 +23,7 @@ dependencies:
23
- flake8
24
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
25
- isort>=5.2.1 # check that imports are in the right order
26
- - mypy=0.800
+ - mypy=0.812
27
- pre-commit>=2.9.2
28
- pycodestyle # used by flake8
29
- pyupgrade
requirements-dev.txt
@@ -11,7 +11,7 @@ cpplint
11
flake8
12
flake8-comprehensions>=3.1.0
13
isort>=5.2.1
14
-mypy==0.800
+mypy==0.812
15
pre-commit>=2.9.2
16
pycodestyle
17
pyupgrade
0 commit comments