[pre-commit.ci] pre-commit autoupdate (#4904)

updates:
- [github.com/pycqa/flake8: 4.0.1 → 5.0.2](https://github.com/pycqa/flake8/compare/4.0.1...5.0.2)
- [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2022-08-02 08:32:12 +05:30 committed by GitHub
parent 4333f362a1
commit 5f5dab88c8
Failed to generate hash of commit

View file

@ -20,7 +20,7 @@ repos:
pass_filenames: false
name: isort (python)
- repo: https://github.com/pycqa/flake8
rev: '4.0.1' # pick a git hash / tag to point to
rev: '5.0.2' # pick a git hash / tag to point to
hooks:
- id: flake8
additional_dependencies:
@ -69,7 +69,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py38-plus]