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 25a9174 commit cd1a981Copy full SHA for cd1a981
.github/workflows/pre-commit.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
python-version: "3.12"
16
- run: echo "::add-matcher::.github/workflows/matchers/actionlint.json"
17
+ - run: echo "::add-matcher::.github/workflows/matchers/mypy.json"
18
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
19
20
extra_args: --all-files --hook-stage manual
0 commit comments