Skip to content

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

Diff for: .pre-commit-config.yaml

+3-3
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)