Thanks to visit codestin.com Credit goes to github.com
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 486b4e8 commit a7a6fe7Copy full SHA for a7a6fe7
.github/workflows/tests.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- main
10
11
+env:
12
+ UV_FROZEN: "1"
13
+
14
jobs:
15
lint:
16
runs-on: ubuntu-latest
Makefile
@@ -37,7 +37,6 @@ snapshots-create:
37
.PHONY: old_version_tests
38
old_version_tests:
39
UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 -m pytest
40
- UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 -m mypy .
41
42
.PHONY: build-docs
43
build-docs:
0 commit comments