Skip to content

Commit cd490f8

Browse files
authored
Merge pull request #1912 from Borda/lint/ruff
lint: switch order Ruff's hooks `fix` -> `format`
2 parents 2493c3a + e15caab commit cd490f8

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)