Skip to content

Commit

Permalink
Merge branch 'master' into gh-actions-update-1696119707
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Oct 3, 2023
2 parents 9463068 + 59b604b commit 0fa77ef
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 @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.14.0
hooks:
- id: pyupgrade
args: ['--py38-plus']
Expand Down Expand Up @@ -33,7 +33,7 @@ repos:
- id: yamllint
args: ['--config-file=.yamllint.yaml']
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand Down Expand Up @@ -71,9 +71,9 @@ repos:
hooks:
- id: blackdoc
exclude: '(xclim/indices/__init__.py|docs/installation.rst)'
additional_dependencies: ['black==23.7.0']
additional_dependencies: ['black==23.9.1']
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 0fa77ef

Please sign in to comment.