Skip to content

Commit b7a31c9

Browse files
Use uv managed python for testing
1 parent 96dad98 commit b7a31c9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ repos:
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:

0 commit comments

Comments
 (0)