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

This commit is contained in:
pre-commit-ci[bot] 2022-08-01 20:17:31 +02:00 committed by GitHub
parent f64cb194bf
commit 42282cd88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@ repos:
additional_dependencies: [toml]
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
language_version: python3.10