From 4841c9e04b91ba7c0abd8a97679535115679fa6d Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 17 May 2026 15:54:42 +0900 Subject: [PATCH] chore: add mypy exclusion --- CHANGELOG.md | 1 + dzgui/data/CHANGELOG.md | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1898e..6cddc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ ## Changed +- Conform to PEP 440 versioning for beta versions - Reduce padding on keys button - Boldface breadcrumbs - Bold labels inside frames diff --git a/dzgui/data/CHANGELOG.md b/dzgui/data/CHANGELOG.md index 8e1898e..6cddc42 100644 --- a/dzgui/data/CHANGELOG.md +++ b/dzgui/data/CHANGELOG.md @@ -37,6 +37,7 @@ ## Changed +- Conform to PEP 440 versioning for beta versions - Reduce padding on keys button - Boldface breadcrumbs - Bold labels inside frames diff --git a/pyproject.toml b/pyproject.toml index d750a00..6d8a58b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ line-length = 88 python_version = "3.13" disallow_untyped_defs = true warn_return_any = true +exclude = ["lib/*"] [[tool.mypy.overrides]] module = [