Skip to content

Commit

Permalink
Maintenance: Update to mypy 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 20, 2024
1 parent 30d9908 commit ba76c5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.770"
rev: "v1.11.2"
hooks:
- id: mypy
- repo: https://github.com/adrienverge/yamllint
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased
----------

* Upgrade to kubernetes-asyncio 31.1.0
* Maintenance: Update to mypy 1.11.2

2.41.1 (2024-08-30)
-------------------
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
universal = 1

[mypy]
explicit_package_bases = true
ignore_missing_imports = true
install_types = true
namespace_packages = true
non_interactive = true

[flake8]
max-line-length = 88
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def read(path: str) -> str:
"black==22.3.0",
"flake8==3.8.4",
"isort==5.12.0",
"mypy==0.770",
"mypy==1.11.2",
],
},
python_requires=">=3.8",
Expand Down

0 comments on commit ba76c5c

Please sign in to comment.