Skip to content

Commit

Permalink
Fix pre-commit hook version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkbrauer committed Jan 26, 2025
1 parent 9ef8702 commit 24f07b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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"
- id: ruff-format
name: Ruff Format
description: "Run 'ruff format' for extremely fast Python formatting"

0 comments on commit 24f07b3

Please sign in to comment.