Skip to content

Commit 3b31f12

Browse files
[pre-commit.ci] pre-commit autoupdate
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) * Fix stage names in auto-update --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ian Stapleton Cordasco <[email protected]>
1 parent ea3a745 commit 3b31f12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-toml
@@ -9,16 +9,16 @@ repos:
99
types: [yaml]
1010
- id: end-of-file-fixer
1111
types: [text]
12-
stages: [commit, push, manual]
12+
stages: [pre-commit, pre-push, manual]
1313
- id: trailing-whitespace
1414
types: [text]
15-
stages: [commit, push, manual]
15+
stages: [pre-commit, pre-push, manual]
1616
- repo: https://github.com/PyCQA/isort
1717
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black
21-
rev: 24.8.0
21+
rev: 24.10.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)