Upgrade black version

This commit is contained in:
Jonathan Kim 2021-07-14 17:00:21 +01:00
parent 2f9492b4af
commit b023e9ca11

View File

@ -18,11 +18,11 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/ambv/black
rev: 18.9b0
rev: 21.6b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 3.7.7
rev: 3.9.2
hooks:
- id: flake8