1
0
Fork 0

Change precommit hook to use stable black.

This commit is contained in:
Amjith Ramanujam 2021-05-06 21:21:38 -07:00
parent 6309dd4f93
commit 7304cf3708
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.5b0
rev: stable
hooks:
- id: black
language_version: python3.7