diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index acc88476e9..c0b04ab1a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.1" + rev: "v0.7.2" hooks: - id: ruff types: [file, python] @@ -57,7 +57,7 @@ repos: types: [file, rst] - repo: https://github.com/aio-libs/sort-all - rev: v1.2.0 + rev: v1.3.0 hooks: - id: sort-all types: [file, python]