Update pre-commit

Also:

* Configure flake8 to ignore formatting-related problems (let black worry about them).
* Fix reference to Python 3.10 in CI,

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Thomas Grainger
2022-11-05 14:58:57 +00:00
committed by GitHub
parent e232b7886a
commit 59457cc1bd
3 changed files with 9 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- tox_env: "py39-pytestlatest"
python: "3.9"
- tox_env: "py310-pytestlatest"
python: "3.10-dev"
python: "3.10"
- tox_env: "py38-pytestmain"
python: "3.8"
- tox_env: "py38-psutil"