Skip to content

Commit

Permalink
Don't generate docs for derived properties for enums
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed May 10, 2024
1 parent f7cfbba commit d679f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d679f7b

Please sign in to comment.