There was an error while loading. Please reload this page.
1 parent 4b38b6b commit bb49b15Copy full SHA for bb49b15
1 file changed
pyproject.toml
@@ -85,18 +85,19 @@ maintain = [
85
"yore>=0.3.3",
86
]
87
ci = [
88
+ "beautifulsoup4>=4.12.3",
89
"black>=25.1",
90
"duty>=1.6",
- "ruff>=0.4",
91
+ "griffe>=2.1",
92
+ "inline-snapshot>=0.25",
93
+ "mypy>=1.10",
94
"pytest>=8.2",
95
"pytest-cov>=5.0",
96
"pytest-randomly>=3.15",
97
"pytest-xdist>=3.6",
- "beautifulsoup4>=4.12.3",
- "inline-snapshot>=0.25",
- "mypy>=1.10",
98
"types-markdown>=3.6",
99
"types-pyyaml>=6.0",
100
+ "ruff>=0.4",
101
102
docs = [
103
"markdown-callouts>=0.4",
0 commit comments