Add python 3.10 to CI (#279)

* Add python 3.10 to CI

* Require pytest >=6.2.5

Required for running on python 3.10 (https://github.com/pytest-dev/pytest/pull/8540)

* Update lockfile

* Update pre-commit hooks
This commit is contained in:
Teemu R
2021-12-17 17:48:03 +01:00
committed by GitHub
parent d2efaf5090
commit a817d9cab1
5 changed files with 47 additions and 59 deletions

View File

@@ -10,13 +10,13 @@ repos:
- id: check-ast
- repo: https://github.com/asottile/pyupgrade
rev: v2.27.0
rev: v2.29.1
hooks:
- id: pyupgrade
args: ['--py36-plus']
args: ['--py37-plus']
- repo: https://github.com/python/black
rev: 21.9b0
rev: 21.12b0
hooks:
- id: black
@@ -33,7 +33,7 @@ repos:
additional_dependencies: [toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.920
hooks:
- id: mypy
additional_dependencies: [types-click]