Skip to content

Commit

Permalink
Merge pull request #1912 from Borda/lint/ruff
Browse files Browse the repository at this point in the history
lint: switch order Ruff's hooks `fix` -> `format`
  • Loading branch information
Byron committed May 7, 2024
2 parents 2493c3a + e15caab commit cd490f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.4.3
hooks:
- id: ruff-format
exclude: ^git/ext/
- id: ruff
args: ["--fix"]
exclude: ^git/ext/
- id: ruff-format
exclude: ^git/ext/

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
Expand Down

0 comments on commit cd490f8

Please sign in to comment.