tagstudio/pyproject.toml

10 lines
282 B
TOML
Raw Permalink Normal View History

[tool.ruff]
2024-05-04 02:40:36 +00:00
exclude = ["main_window.py", "home_ui.py", "resources.py", "resources_rc.py"]
[tool.mypy]
strict_optional = false
disable_error_code = ["union-attr", "annotation-unchecked", "import-untyped"]
explicit_package_bases = true
warn_unused_ignores = true
2024-06-13 22:29:22 +00:00
exclude = ['tests']