We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d243dc7 commit 2c330e1Copy full SHA for 2c330e1
repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.ruff.toml
@@ -1,6 +1,6 @@
1
include = ["pyproject.toml", "{{ cookiecutter.project_slug }}/**/*.py", "tests/**/*.py"]
2
line-length = 120
3
-target-version = {{ "py" ~ cookiecutter.min_python_version.replace(".", "") }}
+target-version = "{{ "py" ~ cookiecutter.min_python_version.replace(".", "") }}"
4
5
[lint]
6
extend-ignore = [
0 commit comments