mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 19:12:25 +03:00
Drop Python 2 in pre/post generation hooks
This commit is contained in:
parent
448fb81f6b
commit
304acaea72
0
hooks/__init__.py
Normal file
0
hooks/__init__.py
Normal file
|
@ -59,7 +59,7 @@ docs = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
target-version = "py312"
|
target-version = "py39"
|
||||||
line-length = 119
|
line-length = 119
|
||||||
# Exclude the template content as most files aren't parseable
|
# Exclude the template content as most files aren't parseable
|
||||||
extend-exclude = [
|
extend-exclude = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user