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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user