Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e15caab

Browse files
committed
lint: switch order Ruff's hooks fix -> format
1 parent 5364053 commit e15caab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.3.2
3+
rev: v0.4.3
44
hooks:
5-
- id: ruff-format
6-
exclude: ^git/ext/
75
- id: ruff
86
args: ["--fix"]
97
exclude: ^git/ext/
8+
- id: ruff-format
9+
exclude: ^git/ext/
1010

1111
- repo: https://github.com/shellcheck-py/shellcheck-py
1212
rev: v0.9.0.6

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /