Skip to content

Commit 71edb0d

Browse files
committed
uprev mypy
1 parent f416c9b commit 71edb0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/linting.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black
2-
mypy==0.971
2+
mypy
33
ruff
44
# required so mypy can find stubs
55
sqlalchemy

requirements/linting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exceptiongroup==1.1.1
1414
# via pytest
1515
iniconfig==2.0.0
1616
# via pytest
17-
mypy==0.971
17+
mypy==1.1.1
1818
# via -r requirements/linting.in
1919
mypy-extensions==1.0.0
2020
# via

0 commit comments

Comments
 (0)