We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952af32 commit e297745Copy full SHA for e297745
.github/workflows/type-checking.yml
@@ -9,11 +9,11 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-python@v4
11
with:
12
- python-version: '3.7'
+ python-version: '3.13.5'
13
- name: install checking requirements
14
run: |
15
pip install --upgrade pip
16
- pip install mypy==1.0.1 mypy-extensions==1.0.0 PyQt5-stubs==5.15.6.0 ruff==0.0.253
+ pip install mypy==1.0.1 mypy-extensions==1.0.0 PyQt6-stubs ruff==0.0.253
17
- name: mypy
18
run: mypy --pretty ulc_mm_package
19
- name: ruff
0 commit comments