Skip to content

Commit fef3621

Browse files
Help the pre-commit hook find pyproject.toml config
1 parent a6fa65d commit fef3621

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,5 +12,5 @@ repos:
1212
rev: "v0.5.4" # Sync with pyproject.toml
1313
hooks:
1414
- id: ruff
15-
args: ["--fix"]
15+
args: ["--fix", "--config=pyproject.toml"]
1616
- id: ruff-format

0 commit comments

Comments
 (0)