Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1488)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.10.1 →
v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0)
- [github.com/psf/black: 23.7.0 →
23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 →
0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Oct 3, 2023
2 parents 787441e + 4ebebf8 commit 59b604b
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 59b604b

Please sign in to comment.