Skip to content

Commit 974d961

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)
1 parent a8acf84 commit 974d961

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
@@ -64,15 +64,15 @@ repos:
6464
- id: text-unicode-replacement-char
6565

6666
- repo: https://github.com/PyCQA/flake8
67-
rev: 7.1.1
67+
rev: 7.3.0
6868
hooks:
6969
- id: flake8
7070
additional_dependencies:
7171
- flake8-bugbear
7272
- flake8-implicit-str-concat
7373

7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.15.0
75+
rev: v1.18.2
7676
hooks:
7777
- id: mypy
7878
args: [--no-strict-optional, --ignore-missing-imports, --allow-untyped-global]

0 commit comments

Comments
 (0)