File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 3333 - name : Install dependencies
3434 run : |
3535 uv pip install --system -e ".[test]"
36- uv pip install --system ruff
3736
3837 - name : Run linting with ruff
3938 run : |
Original file line number Diff line number Diff line change @@ -56,8 +56,13 @@ docs = [
5656 " sphinx-copybutton>=0.5" ,
5757 " myst-parser>=2.0" ,
5858]
59-
60- [dependency-groups ]
59+ test = [
60+ " pytest>=7.0" ,
61+ " pytest-cov>=4.0" ,
62+ " pytest-mock>=3.10" ,
63+ " psutil>=5.9.0" ,
64+ " ruff>=0.7.0" ,
65+ ]
6166dev = [
6267 " pytest>=7.0" ,
6368 " pytest-cov>=4.0" ,
@@ -70,12 +75,6 @@ dev = [
7075 " pre-commit>=3.0" ,
7176 " psutil>=5.9.0" ,
7277]
73- test = [
74- " pytest>=7.0" ,
75- " pytest-cov>=4.0" ,
76- " pytest-mock>=3.10" ,
77- " psutil>=5.9.0" ,
78- ]
7978
8079[project .urls ]
8180Homepage = " https://github.com/themains/piedomains"
You can’t perform that action at this time.
0 commit comments