Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1637)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 →
v0.2.0](astral-sh/ruff-pre-commit@v0.1.14...v0.2.0)
- [github.com/kynan/nbstripout: 0.6.1 →
0.7.1](kynan/nbstripout@0.6.1...0.7.1)
- [github.com/gitleaks/gitleaks: v8.18.1 →
v8.18.2](gitleaks/gitleaks@v8.18.1...v8.18.2)
- [github.com/python-jsonschema/check-jsonschema: 0.27.3 →
0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre committed Feb 7, 2024
2 parents e816101 + 8e566fa commit d82dfdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.2.0
hooks:
- id: ruff
- repo: https://github.com/pylint-dev/pylint
Expand All @@ -64,7 +64,7 @@ repos:
additional_dependencies: [ 'black==24.1.1' ]
- id: nbqa-isort
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
files: '.ipynb'
Expand All @@ -76,11 +76,11 @@ repos:
additional_dependencies: [ 'black==24.1.1' ]
exclude: '(xclim/indices/__init__.py|docs/installation.rst)'
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.1
rev: v8.18.2
hooks:
- id: gitleaks
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.27.4
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit d82dfdc

Please sign in to comment.