diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31994f43..b2fcf01b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.7.1' + rev: 'v0.7.2' hooks: - id: ruff - repo: https://github.com/PyCQA/flake8 @@ -82,7 +82,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/crate-ci/typos - rev: v1.26.8 + rev: v1.27.0 hooks: - id: typos ...