Skip to content

Commit 94b0149

Browse files
🧪 Bump MyPy Python to 3.9 @ pre-commit config
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]>
1 parent 5330964 commit 94b0149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- build==1.0.0
3636
- pyproject_hooks==1.0.0
3737
- pytest==7.4.2
38-
language_version: python3.8
38+
language_version: python3.9
3939
- repo: https://github.com/PyCQA/bandit
4040
rev: 1.7.8
4141
hooks:

0 commit comments

Comments
 (0)