diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a347d97..0d28b18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,11 +16,10 @@ repos: - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.14.1 hooks: - - id: mypy -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.8.5' + - id: mypy +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.8.6 hooks: - - id: ruff - args: - - '--fix' - - id: ruff-format + - id: ruff + args: [ --fix ] + - id: ruff-format