diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bdfa9c..660a422 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,14 +21,11 @@ repos: rev: v0.9.1rc1 hooks: - id: taplo - + - repo: https://github.com/astral-sh/ruff-pre-commit - # Ruff version. - rev: v0.4.4 - hooks: - # Run the linter. - - id: ruff - args: [ --fix ] - # Run the formatter. - - id: ruff-format - types_or: [ python, pyi, jupyter ] + rev: v0.4.4 + hooks: + - id: ruff + args: [--fix] + - id: ruff-format + types_or: [python, pyi, jupyter]