Skip to content

Commit 1357917

Browse files
authored
Ruff check --fix under pre-commit (#231)
2 parents 9c6f34d + 195c6df commit 1357917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: ruff
1313
name: lint with ruff
1414
language: system
15-
entry: ruff check --force-exclude
15+
entry: ruff check --force-exclude --fix
1616
types: [python]
1717
require_serial: true
1818

0 commit comments

Comments
 (0)