diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bb1dcea..eedc2c27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0b2 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -32,12 +32,12 @@ repos: hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell args: [--write] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.38.0 hooks: - id: check-github-workflows - repo: meta