From d679f7bbd2ff3f8474af2fee5b0f988fcf31ec58 Mon Sep 17 00:00:00 2001 From: jvonrick Date: Fri, 10 May 2024 11:51:46 +0200 Subject: [PATCH] Don't generate docs for derived properties for enums --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 266c09be1..4da364380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,6 +126,6 @@ ignored-classes = [ ] [tool.mypy] -python_version = 3.9 +python_version = 3.12 mypy_path = "$MYPY_CONFIG_FILE_DIR/src:$MYPY_CONFIG_FILE_DIR/tests" ignore_missing_imports = true diff --git a/tox.ini b/tox.ini index dbf3b9236..208f46946 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ commands = [testenv:test-minimal] description = Checks for project unit tests with minimal package versions basepython = - python3.12 + python3.9 skip_install = true allowlist_externals = poetry