Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit d8e2e9c

Browse files
committed
Bump up MyPy to version 1.10.0
1 parent 2a4dc9c commit d8e2e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
args: ["--check"]
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.6.1
28+
rev: v1.10.0
2929
hooks:
3030
- id: mypy
3131
name: "Python types analyzer"

reqs/requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Public packages
22
black==24.4.2
33
isort==5.13.2
4-
mypy==1.6.1
4+
mypy==1.10.0
55

66
# Typing packages
77
types-pytz~=2021.3.0

0 commit comments

Comments
 (0)