diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da04a5a..5ecf7ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: stages: [manual] # because it's slow # Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.4 + rev: v0.6.5 hooks: - id: ruff-format args: ["--config", "moyopy/pyproject.toml"]