Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 5983345

Browse files
committed
lint dependency group
1 parent d81afde commit 5983345

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install dependencies
5555
run: |
5656
uv pip install -e .
57-
uv pip install --group all
57+
uv pip install --group docs --group lint
5858
5959
- name: Deploy to GitHub Pages
6060
run: uv run mkdocs gh-deploy --force

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ Issues = "https://github.com/flet-dev/flet-permission-handler/issues"
2525
test = [
2626
"pytest >=7.2.0",
2727
]
28+
lint = [
29+
"ruff >=0.11.7",
30+
]
2831
dev = [
2932
"pre-commit >=4.2.0",
30-
"ruff >=0.11.7",
33+
{ include-group = 'lint' },
3134
{ include-group = 'test' },
3235
]
3336
docs-coverage = [

0 commit comments

Comments
 (0)