Modernise
This commit is contained in:
parent
4c6441182b
commit
8faee98ec6
44 changed files with 214 additions and 201 deletions
|
|
@ -66,6 +66,11 @@ dev = [
|
|||
"pytest-asyncio",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
# `...` in doctests (e.g. third-party exception messages that drift between
|
||||
# dependency versions) is treated as a wildcard rather than a literal.
|
||||
doctest_optionflags = ["ELLIPSIS"]
|
||||
|
||||
[project.urls]
|
||||
Documentation = "https://great-ai.scoutinscience.com"
|
||||
GitHub = "https://github.com/schmelczer/great-ai"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue