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 4bca545 commit 17d1066Copy full SHA for 17d1066
.github/workflows/mypy.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Python
35
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
36
with:
37
- python-version: 3.11
+ python-version: 3.10
38
39
- name: Install Dependencies
40
run: |
@@ -45,4 +45,4 @@ jobs:
45
# mypy | mypy-baseline sync --ignore-categories=note
46
# then commit mypy-baseline.txt
47
run: >-
48
- mypy | mypy-baseline filter --ignore-categories=note
+ mypy | mypy-baseline filter --ignore-categories=note --allow-unsynced
0 commit comments