Skip to content

Commit cb4bb48

Browse files
chore: update pre-commit hooks (#604)
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/scientific-python/cookie: 2024.04.23 → 2024.08.19](scientific-python/cookie@2024.04.23...2024.08.19) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c283106 commit cb4bb48

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,12 +3,12 @@ ci:
33
autoupdate_commit_msg: "chore: update pre-commit hooks"
44
autofix_commit_msg: "style: pre-commit fixes"
55
autofix_prs: false
6-
default_stages: [commit, push]
6+
default_stages: [pre-commit, pre-push]
77
default_language_version:
88
python: python3
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: check-yaml
@@ -22,6 +22,6 @@ repos:
2222
- id: ruff-format
2323

2424
- repo: https://github.com/scientific-python/cookie
25-
rev: 2024.04.23
25+
rev: 2024.08.19
2626
hooks:
2727
- id: sp-repo-review

0 commit comments

Comments
 (0)