diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9dc64368..ee31bc41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ default_stages: [pre-commit] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.2 hooks: - - id: ruff - name: Ruff Check - description: "Run 'ruff check' for extremely fast Python linting" - args: [ --fix ] + - id: ruff + name: Ruff Check + description: "Run 'ruff check' for extremely fast Python linting" + args: [ --fix ] - - id: ruff-format - name: Ruff Format - description: "Run 'ruff format' for extremely fast Python formatting" \ No newline at end of file + - id: ruff-format + name: Ruff Format + description: "Run 'ruff format' for extremely fast Python formatting" \ No newline at end of file