Skip to content

Commit 1a5ceee

Browse files
authored
Merge pull request #291 from pyOpenSci/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6eae344 + 6da7701 commit 1a5ceee

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
@@ -46,7 +46,7 @@ repos:
4646
# Linting and formatting for Python code (see pyproject.toml for config)
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
4848
# Ruff version.
49-
rev: v0.11.4
49+
rev: v0.12.2
5050
hooks:
5151
# Run the linter.
5252
- id: ruff
@@ -56,12 +56,12 @@ repos:
5656

5757
# Ensure GitHub workflows match the expected schema.
5858
- repo: https://github.com/sirosen/check-jsonschema
59-
rev: 0.32.1
59+
rev: 0.33.2
6060
hooks:
6161
- id: check-github-workflows
6262

6363
# Find common security issues in GitHub Actions workflows
6464
- repo: https://github.com/woodruffw/zizmor-pre-commit
65-
rev: v1.7.0
65+
rev: v1.11.0
6666
hooks:
6767
- id: zizmor

0 commit comments

Comments
 (0)