Update pre-commit hooks to latest versions

This commit is contained in:
Mark Veidemanis 2022-06-04 13:41:35 +01:00
parent 67ed68ac5e
commit fe1ff870e2
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
rev: 22.3.0
hooks:
- id: black
args:
- --line-length=120
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
rev: 4.0.1
hooks:
- id: flake8
args: