diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a82bb445..d8256b9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ ci: repos: - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.21" + rev: "v0.22" hooks: - id: validate-pyproject - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.0" + rev: "1.19.1" hooks: - id: blacken-docs additional_dependencies: [black==24.*] @@ -26,7 +26,7 @@ repos: types: [file, python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.7.1" hooks: - id: ruff types: [file, python]