Skip to content

Commit

Permalink
🧪 Bump MyPy Python to 3.9 @ pre-commit config
Browse files Browse the repository at this point in the history
The `pre-commit.ci` service dropped support for Python 3.8 as it's
gone EOL. This change makes the check runnable again. It is suboptimal
as we haven't yet dropped support for Python 3.8. #2144 will address
the underlying issue more thoroughly.

Resolves #2133.

Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
Mr-Sunglasses and webknjaz committed Dec 12, 2024
1 parent 5330964 commit 94b0149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- build==1.0.0
- pyproject_hooks==1.0.0
- pytest==7.4.2
language_version: python3.8
language_version: python3.9
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
hooks:
Expand Down

0 comments on commit 94b0149

Please sign in to comment.