Bump minimum_pre_commit_version per recommendation (#1895)

Recommended by @asottile, the pre-commit author and maintainer, to avoid
some breakages in version 2.9.0.
This commit is contained in:
Jon Dufresne 2020-12-31 11:10:18 -08:00 committed by GitHub
parent af6f78f2ae
commit 33d8613715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ repos:
name: black
language: system
entry: black
minimum_pre_commit_version: 2.9.0
minimum_pre_commit_version: 2.9.2
require_serial: true
types_or: [python, pyi]

View File

@ -4,6 +4,6 @@
entry: black
language: python
language_version: python3
minimum_pre_commit_version: 2.9.0
minimum_pre_commit_version: 2.9.2
require_serial: true
types_or: [python, pyi]