diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 261e139..5339f26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - "--py38-plus" - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black @@ -31,8 +31,8 @@ repos: hooks: - id: blackdoc - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.1.11" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.2.1" hooks: - id: ruff args: ["--fix"]