Drop Python 2 in pre/post generation hooks

This commit is contained in:
Bruno Alla 2024-12-31 11:34:15 +00:00
parent 448fb81f6b
commit 304acaea72
2 changed files with 1 additions and 1 deletions

0
hooks/__init__.py Normal file
View File

View 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 = [