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 84d15c8 commit bce7116Copy full SHA for bce7116
.github/workflows/pre-commit.yml .github/workflows/mypy.yml.github/workflows/pre-commit.yml renamed to .github/workflows/mypy.yml
@@ -1,21 +1,11 @@
1
-name: pre-commit
+name: mypy
2
3
on:
4
pull_request:
5
push:
6
branches: [main]
7
8
jobs:
9
- pre-commit:
10
- runs-on: ubuntu-latest
11
- env:
12
- SKIP: no-commit-to-branch
13
- steps:
14
- - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15
- - uses: actions/setup-python@v5
16
- with:
17
- python-version: "3.10" # Run pre-commit on oldest supported Python version
18
- - uses: pre-commit/[email protected]
19
mypy:
20
runs-on: ubuntu-latest
21
defaults:
0 commit comments