Skip to content

Commit cca595a

Browse files
committed
add double quotes
1 parent c85a6f6 commit cca595a

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
@@ -26,7 +26,7 @@ repos:
2626
rev: v0.7.4
2727
hooks:
2828
- id: ruff
29-
args: [--fix, --exit-non-zero-on-fix]
29+
args: ["--fix", "--exit-non-zero-on-fix"]
3030
- id: ruff-format
3131

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

0 commit comments

Comments
 (0)