Skip to content

Commit aa29ddb

Browse files
authored
chore: Improve ruff pre-commit config (#564)
* Update ruff pre-commit to v0.15.1 * Add comment * Rename ruff to ruff-check
1 parent 027d15f commit aa29ddb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ repos:
1010
- id: check-merge-conflict # Check for files that contain merge conflict strings.
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.9.0
13+
rev: v0.15.1
1414
hooks:
15-
- id: ruff
16-
args: [ --fix, --ignore, FIX ]
15+
- id: ruff-check
16+
args: [ --fix, --ignore, FIX ] # Allow committing with TODOs. Only CI checks should prevent merging with TODOs.
1717
- id: ruff-format
1818

1919
ci:

0 commit comments

Comments
 (0)