We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2343e29 commit f5b6251Copy full SHA for f5b6251
.github/workflows/docs.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install dependencies
54
run: |
55
uv pip install -e .
56
- uv pip install --group all
+ uv pip install --group docs --group lint
57
58
- name: Deploy to GitHub Pages
59
run: uv run mkdocs gh-deploy --force
pyproject.toml
@@ -23,9 +23,12 @@ Issues = "https://github.com/flet-dev/flet-audio-recorder/issues"
23
test = [
24
"pytest >=7.2.0",
25
]
26
+lint = [
27
+ "ruff >=0.11.7",
28
+]
29
dev = [
30
"pre-commit >=4.2.0",
- "ruff >=0.11.7",
31
+ { include-group = 'lint' },
32
{ include-group = 'test' },
33
34
docs-coverage = [
0 commit comments