File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - name : Install deps
1313 shell : bash
1414 run : |
15- uv sync --locked --all-extras --all-packages --all-groups
15+ uv sync --locked --active -- all-extras --all-packages --all-groups
1616
Original file line number Diff line number Diff line change 2020 - name : Deps check
2121 run : uv lock --check
2222
23+ - name : Format
24+ run : uv run ruff format
25+
2326 - name : Lint
2427 run : uv run ruff check --fix
2528
Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v2.3.0
4+ hooks :
5+ - id : check-yaml
6+ - id : trailing-whitespace
7+ - repo : https://github.com/psf/black
8+ rev : 22.10.0
9+ hooks :
10+ - id : black
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dev = [
1717 " pytest>=8.3.5" ,
1818 " pytest-cov>=6.1.1" ,
1919 " httpx>=0.28.1" ,
20+ " pre-commit>=4.2.0" ,
2021]
2122lint = [
2223 " ruff>=0.11.6" ,
@@ -94,4 +95,3 @@ exclude = [
9495[tool .ruff .format ]
9596quote-style = " double"
9697indent-style = " space"
97-
You can’t perform that action at this time.
0 commit comments