File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 - name : Install project
45- run : uv sync --locked --no-dev --group tests
45+ run : uv sync --locked --no-dev --group tests --managed-python
4646 - name : Run tests
4747 run : uv run pytest
4848
Original file line number Diff line number Diff line change 44 hooks :
55 - id : ruff-format
66 - id : ruff-check
7- - repo : https://github.com/hukkin/mdformat
8- rev : 1.0.0
9- hooks :
10- - id : mdformat
11- additional_dependencies :
12- - mdformat-gfm
13- - mdformat-ruff
14- args :
15- - --number
16- - --wrap=keep
17- exclude : " .github\/ ISSUE_TEMPLATE\/ .*.md"
7+ # - repo: https://github.com/hukkin/mdformat
8+ # rev: 1.0.0
9+ # hooks:
10+ # - id: mdformat
11+ # additional_dependencies:
12+ # - mdformat-gfm
13+ # - mdformat-ruff
14+ # args:
15+ # - --number
16+ # - --wrap=keep
17+ # exclude: ".github\/ISSUE_TEMPLATE\/.*.md"
1818 - repo : https://github.com/pre-commit/pre-commit-hooks
1919 rev : v6.0.0
2020 hooks :
You can’t perform that action at this time.
0 commit comments