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

This commit is contained in:
Bruno Oliveira
2021-11-28 10:31:05 -03:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.11b1
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]
@@ -16,7 +16,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade
args: [--py3-plus]