Skip to content

Commit

Permalink
Proper ruff / ruff format sequence (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed May 13, 2024
1 parent 4b15fe2 commit 5eed479
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 5eed479

Please sign in to comment.