diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0f90872..4b6a91a3 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.7.0 + rev: 23.9.1 hooks: - id: black pass_filenames: true exclude: _vendor|vendored|examples - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.287 + rev: v0.0.292 hooks: - id: ruff exclude: _vendor|vendored - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks @@ -27,7 +27,7 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.4.0 + rev: v2.5.0 hooks: - id: setup-cfg-fmt args: ["--include-version-classifiers", "--max-py-version", "3.11", "--min-py-version", "3.7"]