File tree Expand file tree Collapse file tree 3 files changed +42
-26
lines changed Expand file tree Collapse file tree 3 files changed +42
-26
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- - uses : actions/setup-python@v4
21
- with :
22
- python-version : " 3.12"
20
+ - uses : astral-sh/setup-uv@v3
21
+ - run : uv python install 3.13
23
22
- run : |
24
- curl -LsSf https://astral.sh/uv/install.sh | sh
25
23
uv sync --all-extras --frozen --no-install-project
26
24
uv run ruff format . --check
27
25
uv run ruff check . --no-fix
46
44
--health-retries 5
47
45
steps :
48
46
- uses : actions/checkout@v3
49
- - uses : actions/setup-python@v4
50
- with :
51
- python-version : " 3.12"
47
+ - uses : astral-sh/setup-uv@v3
48
+ - run : uv python install 3.13
52
49
- run : |
53
- curl -LsSf https://astral.sh/uv/install.sh | sh
54
50
uv sync --all-extras --frozen --no-install-project
55
51
uv run alembic upgrade head
56
52
uv run pytest . --cov=. --cov-report xml
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dev-dependencies = [
38
38
fix = true
39
39
unsafe-fixes = true
40
40
line-length = 120
41
- target-version = " py311 "
41
+ target-version = " py312 "
42
42
extend-exclude = [" bin" ]
43
43
44
44
[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments