Skip to content

Commit e02ff51

Browse files
clane9kaitj
authored andcommitted
Add --fix option to ruff pre-commit hook
1 parent 7effae1 commit e02ff51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repos:
88
rev: v0.3.5
99
hooks:
1010
- id: ruff
11+
args: [--fix]
1112
- id: ruff-format
1213

1314
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)