Skip to content

Commit e64a8b2

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.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/fsfe/reuse-tool: v5.0.2 → v5.1.1](fsfe/reuse-tool@v5.0.2...v5.1.1)
1 parent 28be63d commit e64a8b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.18.2
7979
hooks:
8080
- id: mypy
8181
args: [--ignore-missing-imports]
@@ -85,7 +85,7 @@ repos:
8585
# The REUSE helper tool assists with achieving and confirming REUSE compliance.
8686
# See: https://reuse.software/
8787
- repo: https://github.com/fsfe/reuse-tool
88-
rev: v5.0.2
88+
rev: v5.1.1
8989
hooks:
9090
- id: reuse
9191

0 commit comments

Comments
 (0)