[pre-commit.ci] pre-commit autoupdate

updates:
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.9.2...5.0.4)
This commit is contained in:
pre-commit-ci[bot] 2022-11-07 21:03:18 +00:00 committed by GitHub
parent b7d483fdf6
commit 2e36ba5ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.pre-commit-config.yaml Executable file → Normal file
View file

@ -46,8 +46,8 @@ repos:
- id: black
language_version: python3
args: [--line-length, '130']
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args: [--config=.flake8]