Skip to content

Commit 4bca545

Browse files
committed
Filter notes
1 parent d0bb1fb commit 4bca545

File tree

2 files changed

+5
-69
lines changed

2 files changed

+5
-69
lines changed

.github/workflows/mypy.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ jobs:
3838

3939
- name: Install Dependencies
4040
run: |
41-
pip install mypy==1.11.1 mypy_baseline==0.7.1
41+
pip install mypy==1.11.1 mypy_baseline==0.7.1 types-setuptools
4242
4343
- name: Run mypy
44+
# To update the baseline run:
45+
# mypy | mypy-baseline sync --ignore-categories=note
46+
# then commit mypy-baseline.txt
4447
run: >-
45-
mypy | mypy-baseline filter
48+
mypy | mypy-baseline filter --ignore-categories=note

0 commit comments

Comments
 (0)