mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-06 17:23:16 -06:00
chore: update ruff pre-commit hook
This commit is contained in:
parent
a766c34f7b
commit
b5685ba5b7
1 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,11 @@
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.1.10
|
# Ruff version.
|
||||||
|
rev: v0.7.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-format
|
# Run the linter.
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [ --fix ]
|
args: [ --fix ]
|
||||||
|
# Run the formatter.
|
||||||
|
- id: ruff-format
|
||||||
|
|
Loading…
Reference in a new issue