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

@@ -60,6 +60,8 @@ psutil = psutil>=3.0
setproctitle = setproctitle
[flake8]
# Ignore any errors related to formatting, let black worry/fix them.
ignore = E501, W503, E203
max-line-length = 100
[mypy]