Skip to content

Commit de723b7

Browse files
committed
fix: adjust path to .ruff.toml in .pre-commit-config.yaml
1 parent 2055afa commit de723b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
rev: v0.3.5
1818
hooks:
1919
- id: ruff-format
20-
args: [--config={{ cookiecutter.project_name }}/.ruff.toml]
20+
args: [--config=.ruff.toml]
2121

2222
- id: ruff
23-
args: [--fix, --exit-non-zero-on-fix, --config={{ cookiecutter.project_name }}/.ruff.toml]
23+
args: [--fix, --exit-non-zero-on-fix, --config=.ruff.toml]

0 commit comments

Comments
 (0)