Skip to content

Commit dc12c3e

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 425660d commit dc12c3e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ repos:
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
2727
rev: v0.11.10
2828
hooks:
29-
- id: ruff
30-
args: [--fix, --exit-non-zero-on-fix]
29+
- id: ruff-check
30+
args:
31+
- --fix
32+
- --exit-non-zero-on-fix
3133
- id: ruff-format
3234
- repo: meta
3335
hooks:

0 commit comments

Comments
 (0)