Skip to content

Commit dcb9e2c

Browse files
ci - pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1)
1 parent 28be63d commit dcb9e2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
# Prevent giant files from being committed
99
- id: check-added-large-files
@@ -67,15 +67,15 @@ repos:
6767
- id: text-unicode-replacement-char
6868

6969
- repo: https://github.com/PyCQA/flake8
70-
rev: 7.1.1
70+
rev: 7.3.0
7171
hooks:
7272
- id: flake8
7373
additional_dependencies:
7474
- flake8-bugbear
7575
- flake8-implicit-str-concat
7676

7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: v1.15.0
78+
rev: v1.17.1
7979
hooks:
8080
- id: mypy
8181
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)