Update mypy pre-commit hook and use latest python

This commit is contained in:
Ayaz Salikhov
2022-09-27 13:20:28 +04:00
parent 9e63909e03
commit 915cd411b5
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set Up Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.10.6
python-version: 3.x
- name: Install pre-commit 📦
run: |

View File

@@ -35,7 +35,7 @@ repos:
# Check python code static typing
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.981
hooks:
- id: mypy
args: [--config, ./mypy.ini]