2022-09-13 16:12:47 +00:00
|
|
|
[pytest]
|
2022-10-15 00:21:38 +00:00
|
|
|
addopts = --doctest-modules -s --tb=native -v --durations=10
|
2022-09-15 02:40:50 +00:00
|
|
|
norecursedirs = build dist downloads other prolly_delete imaginairy/vendored
|
|
|
|
filterwarnings =
|
|
|
|
ignore::DeprecationWarning
|
|
|
|
ignore::UserWarning
|
2023-12-11 16:39:09 +00:00
|
|
|
markers =
|
|
|
|
gputest: uses the gpu
|
2023-12-11 02:29:47 +00:00
|
|
|
|
|
|
|
[mypy]
|
|
|
|
plugins = pydantic.mypy
|
2023-12-12 06:41:39 +00:00
|
|
|
exclude = ^(\./|)(downloads|dist|build|other|testing_support|imaginairy/vendored|imaginairy/modules/sgm)
|
2023-12-11 02:29:47 +00:00
|
|
|
ignore_missing_imports = True
|
2023-12-12 06:41:39 +00:00
|
|
|
warn_unused_configs = True
|
2023-12-31 05:21:49 +00:00
|
|
|
warn_unused_ignores = False
|
2023-12-12 06:41:39 +00:00
|
|
|
|
|
|
|
[mypy-imaginairy.vendored.*]
|
|
|
|
follow_imports = skip
|
2024-01-13 21:43:15 +00:00
|
|
|
ignore_errors = True
|
|
|
|
|
|
|
|
|
|
|
|
[mypy-logging.*]
|
2023-12-12 06:41:39 +00:00
|
|
|
ignore_errors = True
|