diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b369c983..b2a6c1d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,14 +17,14 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.1.11" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.3.5" hooks: - id: ruff args: ["--fix-only", "--target-version=py39"] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.3.0 hooks: - id: black args: ["--target-version=py39"]