housekeeping - pre-commit autoupdate

This commit is contained in:
Bastien Gerard
2021-04-22 10:18:15 +02:00
parent 9680259904
commit ef57a58155
3 changed files with 11 additions and 11 deletions

View File

@@ -12,11 +12,11 @@ repos:
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0
rev: 3.9.1
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.13.0
hooks:
- id: pyupgrade
args: [--py36-plus]