diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d21bbc1..be33dfe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.1" + rev: "v0.7.2" hooks: - id: ruff types: [file, python] @@ -73,7 +73,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]