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.
Lint
test.yml
1 parent 5ec9f2a commit 7532fcbCopy full SHA for 7532fcb
‎.github/workflows/test.yml‎
@@ -55,9 +55,6 @@ jobs:
55
uv.lock
56
- name: Install Dependencies
57
run: uv sync --locked --no-dev --group tests
58
- - name: Lint
59
- if: matrix.python-version != '3.9'
60
- run: uv run bash scripts/lint.sh
61
- run: mkdir coverage
62
- run: uv run bash scripts/test-files.sh
63
- name: Test
‎.pre-commit-config.yaml‎
@@ -27,3 +27,10 @@ repos:
27
require_serial: true
28
language: unsupported
29
types: [python]
30
+
31
+ - id: local-mypy
32
+ name: mypy check
33
+ entry: uv run mypy typer
34
+ require_serial: true
35
+ language: unsupported
36
+ pass_filenames: false
0 commit comments