[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](https://github.com/PyCQA/flake8/compare/3.9.1...3.9.2)
- [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](https://github.com/asottile/pyupgrade/compare/v2.14.0...v2.15.0)
This commit is contained in:
pre-commit-ci[bot]
2021-05-10 20:19:33 +00:00
committed by GitHub
parent 45c721a2ca
commit b9c2c477cc

View File

@@ -12,7 +12,7 @@ repos:
- id: requirements-txt-fixer
- id: double-quote-string-fixer
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.10.0]
@@ -25,7 +25,7 @@ repos:
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/pyupgrade
rev: v2.14.0
rev: v2.15.0
hooks:
- id: pyupgrade
args: [--py36-plus]