Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1520)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.14.0 →
v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 →
v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.9.1 →
23.10.1](psf/black@23.9.1...23.10.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.0 →
v0.1.4](astral-sh/ruff-pre-commit@v0.1.0...v0.1.4)
- [github.com/keewis/blackdoc: v0.3.8 →
v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9)
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 →
0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Nov 6, 2023
2 parents 2d981ab + f9a6eb6 commit 3406661
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: ['--py38-plus']
exclude: 'xclim/core/indicator.py'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: setup.cfg
Expand All @@ -33,7 +33,7 @@ repos:
- id: yamllint
args: ['--config-file=.yamllint.yaml']
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -42,7 +42,7 @@ repos:
- id: isort
args: ['--settings-file=pyproject.toml']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.4
hooks:
- id: ruff
- repo: https://github.com/pycqa/flake8
Expand All @@ -66,13 +66,13 @@ repos:
files: '.ipynb'
args: [ "--extra-keys", "metadata.kernelspec" ]
- repo: https://github.com/keewis/blackdoc
rev: v0.3.8
rev: v0.3.9
hooks:
- id: blackdoc
exclude: '(xclim/indices/__init__.py|docs/installation.rst)'
additional_dependencies: ['black==23.9.1']
additional_dependencies: ['black==23.10.1']
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 3406661

Please sign in to comment.