Skip to content

Commit

Permalink
lint: switch order Ruff's hooks fix -> format
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 7, 2024
1 parent 5364053 commit e15caab
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 e15caab

Please sign in to comment.