pre-commit autoupdate

This commit is contained in:
Hugo 2020-06-01 14:57:33 +03:00
parent 7689a1e95a
commit 8437316d3d

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.4.1
rev: v2.4.4
hooks:
- id: pyupgrade
args: ["--py3-plus"]
@ -15,7 +15,7 @@ repos:
types: []
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.0a2
rev: 3.8.2
hooks:
- id: flake8
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
@ -36,7 +36,7 @@ repos:
- id: python-check-blanket-noqa
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v3.1.0
hooks:
- id: check-merge-conflict
- id: check-yaml