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 594e332 commit 69d3456Copy full SHA for 69d3456
.github/workflows/mypy.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install dependencies
30
run: |
31
- python -m pip install 'mypy==1.15.0' 'types-requests==2.32.0.20250328'
+ python -m pip install 'mypy==1.16.0' 'types-requests==2.32.0.20250602'
32
33
- name: Lint the code with mypy
34
uses: sasanquaneuf/mypy-github-action@a3f3a66f97792cac0cfd11d3e5c87088e5c8f6a9 # releases/v1.3
.github/workflows/ruff.yml
@@ -35,7 +35,7 @@ jobs:
35
# Ruff does not need a specific python version installed
36
37
38
- python -m pip install 'ruff==0.11.4'
+ python -m pip install 'ruff==0.11.13'
39
40
- name: Lint with Ruff
41
0 commit comments