Merge branch 'master' into fix_3216

This commit is contained in:
Justin Mayer 2024-04-16 15:53:51 +02:00 committed by GitHub
commit 69d92cdd47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 617 additions and 158 deletions

View file

@ -69,6 +69,7 @@ changelog-header = "###############"
version-header = "="
[tool.pdm]
ignore_package_warnings = ["sphinx"]
[tool.pdm.scripts]
docbuild = "invoke docbuild"
@ -95,7 +96,7 @@ dev = [
"pytest-xdist>=3.4.0",
"tox>=4.11.3",
"invoke>=2.2.0",
"ruff>=0.1.5",
"ruff>=0.1.15,<0.2.0",
"tomli>=2.0.1; python_version < \"3.11\"",
]