Merge pull request #672 from pytest-dev/pre-commit-ci-update-config

This commit is contained in:
Bruno Oliveira
2021-06-15 09:46:15 -03:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.5b2
rev: 21.6b0
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]
@@ -17,7 +17,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.1
rev: v2.19.4
hooks:
- id: pyupgrade
args: [--py3-plus]