Skip to content

Commit

Permalink
Proper ruff / ruff format sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed May 12, 2024
1 parent 964d93c commit 0b929fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
hooks:
- id: ruff-format
- id: ruff
args: [ "--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
hooks:
Expand Down

0 comments on commit 0b929fa

Please sign in to comment.