File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 53
53
- name : Install dependencies
54
54
run : |
55
55
uv pip install -e .
56
- uv pip install --group all
56
+ uv pip install --group docs --group lint
57
57
58
58
- name : Deploy to GitHub Pages
59
59
run : uv run mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -23,9 +23,12 @@ Issues = "https://github.com/flet-dev/flet-datatable2/issues"
23
23
test = [
24
24
" pytest >=7.2.0" ,
25
25
]
26
+ lint = [
27
+ " ruff >=0.11.7" ,
28
+ ]
26
29
dev = [
27
30
" pre-commit >=4.2.0" ,
28
- " ruff >=0.11.7 " ,
31
+ { include-group = ' lint ' } ,
29
32
{ include-group = ' test' },
30
33
]
31
34
docs-coverage = [
@@ -87,4 +90,4 @@ pydocstyle = { convention = 'google' }
87
90
[tool .ruff .format ]
88
91
quote-style = " double"
89
92
indent-style = " space"
90
- line-ending = " auto"
93
+ line-ending = " auto"
You can’t perform that action at this time.
0 commit comments