Skip to content

Commit

Permalink
⇪ Bump the MyPy check to use Python 3.8
Browse files Browse the repository at this point in the history
This is the minimum supported runtime now.

Resolves #637.
  • Loading branch information
webknjaz committed Jun 30, 2023
1 parent fcc1407 commit be9dbc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -123,8 +123,8 @@ repos:
rev: v1.1.1
hooks:
- id: mypy
alias: mypy-py35
name: MyPy, for Python 3.5
alias: mypy-py38
name: MyPy, for Python 3.8
additional_dependencies:
- lxml
- types-backports
Expand All @@ -133,7 +133,7 @@ repos:
args:
- --install-types
- --non-interactive
- --python-version=3.5
- --python-version=3.8
- --txt-report=.tox/.tmp/.mypy/
- cheroot/
pass_filenames: false
Expand Down

0 comments on commit be9dbc4

Please sign in to comment.