diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fd38e75..d0b784c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.0 hooks: - id: ruff - id: ruff-format @@ -10,7 +10,7 @@ repos: - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: [black==23.12.1]