Skip to content

Commit 66f326b

Browse files
committed
ci: Fix CI by adding Griffe extensions to CI group
Issue-412: #412
1 parent 0709f0d commit 66f326b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ maintain = [
9696
]
9797
ci = [
9898
"duty>=1.6",
99-
"ruff>=0.4",
99+
"griffe-inherited-docstrings>=1.0",
100100
"jsonschema>=4.17",
101101
"pysource-codegen>=0.4",
102102
"pysource-minimize>=0.5",
@@ -105,6 +105,7 @@ ci = [
105105
"pytest-randomly>=3.15",
106106
"pytest-xdist>=3.6",
107107
"mypy>=1.10",
108+
"ruff>=0.4",
108109
"types-markdown>=3.6",
109110
"types-pyyaml>=6.0",
110111
]

0 commit comments

Comments
 (0)