Skip to content

Commit 0f52471

Browse files
committed
ci: Extend ruff to fix unsafe
1 parent 8e7e0f0 commit 0f52471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ repos:
33
rev: v0.8.4
44
hooks:
55
- id: ruff
6-
args: [--fix]
6+
args: [--fix, --unsafe-fixes]
77
- id: ruff-format

0 commit comments

Comments
 (0)