diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caf5787..1a1f340 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,8 @@ repos: - id: check-yaml - id: double-quote-string-fixer - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.275" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.276" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -43,7 +43,7 @@ repos: - markdown # managed by mdformat - repo: https://github.com/tox-dev/pyproject-fmt - rev: "0.12.1" + rev: "0.13.0" hooks: - id: pyproject-fmt