Skip to content

Commit 183333d

Browse files
authored
Bump mirrors-mypy in .pre-commit-config.yaml file (#2364)
issue #2341 In this PR I update `mirrors-mypy` (from `v1.16.0 -> v1.17.1`) in `.pre-commit-config.yaml` file. After the update, I ran make lint, and it executed successfully without any issues. <img width="1022" height="313" alt="Screenshot from 2025-08-20 22-01-55" src="https://github.com/user-attachments/assets/5e5c6884-2301-4c2c-80bd-70f31874afca" />
1 parent b647f72 commit 183333d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
args: [ --fix, --exit-non-zero-on-fix ]
3434
- id: ruff-format
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.16.0
36+
rev: v1.17.1
3737
hooks:
3838
- id: mypy
3939
args:

0 commit comments

Comments
 (0)