[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](https://github.com/PyCQA/flake8/compare/3.9.0...3.9.1)
This commit is contained in:
pre-commit-ci[bot] 2021-04-19 17:08:17 +00:00 committed by GitHub
parent 1f4a42ab05
commit b5d10ac89f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ repos:
- id: double-quote-string-fixer
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 3.9.1
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.7.0]