Skip to content

Commit 02cf5b0

Browse files
add ruff/mypy back to the test
1 parent 3eb0d45 commit 02cf5b0

File tree

2 files changed

+86
-1
lines changed

2 files changed

+86
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ test = [
6767
"pytest",
6868
"pytest-timeout", # Timeout protection for CI/CD
6969
"rich",
70+
"ruff",
71+
"mypy~=1.13.0", # pinned to old for python 3.8
7072
'typing-extensions; python_version < "3.11"',
7173
"wheel",
7274
"griffe",

uv.lock

Lines changed: 84 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)