Update all pre-commit hooks.

This commit is contained in:
Carlton Gibson 2022-05-23 15:09:57 +02:00
parent 79f524e539
commit e41c1dd1d7

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.32.1
hooks:
- id: pyupgrade
args: [--py36-plus]
@ -10,11 +10,11 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: