Skip to content

Commit bb49b15

Browse files
committed
tests: Re-add griffe as dev-dep to run API checks
1 parent 4b38b6b commit bb49b15

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,19 @@ maintain = [
8585
"yore>=0.3.3",
8686
]
8787
ci = [
88+
"beautifulsoup4>=4.12.3",
8889
"black>=25.1",
8990
"duty>=1.6",
90-
"ruff>=0.4",
91+
"griffe>=2.1",
92+
"inline-snapshot>=0.25",
93+
"mypy>=1.10",
9194
"pytest>=8.2",
9295
"pytest-cov>=5.0",
9396
"pytest-randomly>=3.15",
9497
"pytest-xdist>=3.6",
95-
"beautifulsoup4>=4.12.3",
96-
"inline-snapshot>=0.25",
97-
"mypy>=1.10",
9898
"types-markdown>=3.6",
9999
"types-pyyaml>=6.0",
100+
"ruff>=0.4",
100101
]
101102
docs = [
102103
"markdown-callouts>=0.4",

0 commit comments

Comments
 (0)