Skip to content

Commit 461b443

Browse files
committed
add --fix arg to ruff pre-commit
1 parent 2c8abf4 commit 461b443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ repos:
3939
language: system
4040
types: [python]
4141
require_serial: true
42+
args: ["--fix"]
4243
- id: isort
4344
name: isort
4445
entry: isort

0 commit comments

Comments
 (0)