diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d242bbf2..10f45d59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black pass_filenames: true exclude: _vendor|vendored|examples - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.4 + rev: v0.1.6 hooks: - id: ruff exclude: _vendor|vendored - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.2 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks