Skip to content

Commit 2c330e1

Browse files
author
colyerdeng
committed
fix: fix ruff config quoted
1 parent d243dc7 commit 2c330e1

File tree

1 file changed

+1
-1
lines changed
  • repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}

1 file changed

+1
-1
lines changed

repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include = ["pyproject.toml", "{{ cookiecutter.project_slug }}/**/*.py", "tests/**/*.py"]
22
line-length = 120
3-
target-version = {{ "py" ~ cookiecutter.min_python_version.replace(".", "") }}
3+
target-version = "{{ "py" ~ cookiecutter.min_python_version.replace(".", "") }}"
44

55
[lint]
66
extend-ignore = [

0 commit comments

Comments
 (0)