Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit aa96e4b7 authored by Dorian Turba's avatar Dorian Turba
Browse files

fix ruff config

parent ed93d407
No related branches found
No related tags found
No related merge requests found
Pipeline #33625 failed
......@@ -132,8 +132,8 @@ exclude = [
"pypackages",
"venv",
]
indent-width = "{{ cookiecutter.lint_indent_width }}"
line-length = "{{ cookiecutter.lint_max_line_length }}"
indent-width = {{ cookiecutter.lint_indent_width }}
line-length = {{ cookiecutter.lint_max_line_length }}
target-version = "py{{ cookiecutter.minimum_supported_python.replace('.', '') }}"
[tool.ruff.format]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment