Skip to content

Commit 9d1630b

Browse files
committed
Bump mypy
1 parent 13cbaa0 commit 9d1630b

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: steps.changes.outputs.code == 'true'
3636
uses: "actions/setup-python@v5"
3737
with:
38-
python-version: "3.8"
38+
python-version: "3.9"
3939

4040
- name: Install dependencies 🔧
4141
if: steps.changes.outputs.code == 'true'

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: steps.changes.outputs.code == 'true'
4141
uses: "actions/setup-python@v5"
4242
with:
43-
python-version: "3.8"
43+
python-version: "3.9"
4444

4545
- name: Install dependencies 🔧
4646
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ autodoc_exclude_members = [
124124
]
125125

126126
[tool.mypy]
127-
python_version = "3.8"
127+
python_version = "3.9"
128128
namespace_packages = true
129129
check_untyped_defs = true
130130
warn_unused_ignores = true

repo_helper.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ short_desc: "Sphinx extension to show default values in documentation."
1414
use_whey: true
1515
min_coverage: 100
1616
preserve_custom_theme: true
17+
mypy_version: 1.16
18+
python_deploy_version: 3.9
1719

1820
conda_channels:
1921
- conda-forge

0 commit comments

Comments
 (0)