diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc4f13718..f2de0f723 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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'] @@ -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 @@ -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