Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2094)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.6 →
v0.9.9](astral-sh/ruff-pre-commit@v0.9.6...v0.9.9)
- [github.com/gitleaks/gitleaks: v8.23.3 →
v8.24.0](gitleaks/gitleaks@v8.23.3...v8.24.0)
- [github.com/python-jsonschema/check-jsonschema: 0.31.1 →
0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Mar 3, 2025
2 parents 83b2a53 + d40b7af commit 66fcfaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
rev: v0.9.9
hooks:
- id: ruff
args: [ '--fix', '--show-fixes' ]
Expand Down Expand Up @@ -101,11 +101,11 @@ repos:
# Exclude the missing submodule from the xclim.core, see:
exclude: ^docs/|^tests/|^src/xclim/sdba|^src/xclim/core/missing.py
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.3
rev: v8.24.0
hooks:
- id: gitleaks
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.1
rev: 0.31.2
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 66fcfaa

Please sign in to comment.