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 627a8dd commit dcf1a25Copy full SHA for dcf1a25
.github/workflows/pre-commit.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-python@v5
16
with:
17
python-version: "3.9" # Run pre-commit on oldest supported Python version
18
- - uses: pre-commit/[email protected].0
+ - uses: pre-commit/[email protected].1
19
mypy:
20
runs-on: ubuntu-latest
21
defaults:
0 commit comments