Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Mar 18, 2024
1 parent 04c6eb3 commit 9ce40fe
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 @@ -33,7 +33,7 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
- id: nbqa-black
additional_dependencies: [ 'black==24.2.0' ]
additional_dependencies: [ 'black==24.3.0' ]
- id: nbqa-isort
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
Expand All @@ -73,7 +73,7 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==24.2.0' ]
additional_dependencies: [ 'black==24.3.0' ]
exclude: '(xclim/indices/__init__.py|docs/installation.rst)'
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down

0 comments on commit 9ce40fe

Please sign in to comment.