From 304acaea72da66510384b75782607869e835d81a Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 31 Dec 2024 11:34:15 +0000 Subject: [PATCH] Drop Python 2 in pre/post generation hooks --- hooks/__init__.py | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 hooks/__init__.py diff --git a/hooks/__init__.py b/hooks/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/pyproject.toml b/pyproject.toml index 6c32e56b7..fe6fcca99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ docs = [ ] [tool.ruff] -target-version = "py312" +target-version = "py39" line-length = 119 # Exclude the template content as most files aren't parseable extend-exclude = [