-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ef8702
commit 24f07b3
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |