Skip to content

Commit b31bbfd

Browse files
[pre-commit.ci] pre-commit autoupdate (#10010)
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/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent 90a4ff8 commit b31bbfd

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 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: tests(/\w*)*/functional/t/trailing_whitespaces.py|tests/pyreverse/data/.*.html|doc/data/messages/t/trailing-whitespace/bad.py
@@ -20,7 +20,7 @@ repos:
2020
doc/data/messages/m/missing-final-newline/bad/crlf.py
2121
)$
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.6.8"
23+
rev: "v0.6.9"
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]
@@ -41,7 +41,7 @@ repos:
4141
- id: isort
4242
exclude: doc/data/messages/
4343
- repo: https://github.com/psf/black
44-
rev: 24.8.0
44+
rev: 24.10.0
4545
hooks:
4646
- id: black
4747
args: [--safe, --quiet]
@@ -109,7 +109,7 @@ repos:
109109
entry: make -C doc/ html
110110
pass_filenames: false
111111
language: system
112-
stages: [push]
112+
stages: [pre-push]
113113
- id: check-newsfragments
114114
name: Check newsfragments
115115
entry: python3 -m script.check_newsfragments

0 commit comments

Comments
 (0)