summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@netflix.com>2021-05-06 21:21:38 -0700
committerAmjith Ramanujam <amjith@netflix.com>2021-05-06 21:21:38 -0700
commit7304cf37089ba07132b58815444fb4526d20bc26 (patch)
treee080ed20fd8cb0b7cef79a18acc723ef41f8fa13
parent6309dd4f9326b4ac7b421590899ff02ae42d3634 (diff)
Change precommit hook to use stable black.
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9e27ab8e..b970ac5e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.5b0
+ rev: stable
hooks:
- id: black
language_version: python3.7