summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-05-18 10:51:59 -0700
committerGitHub <noreply@github.com>2021-05-18 10:51:59 -0700
commit44680a2466c3c429d9c01f55d71952efbb09b25c (patch)
tree357430b60d666acc35ee2dd4da95be8d772df5c0 /.pre-commit-config.yaml
parentda2ea7ec08c90148b962ae62fb2740716259d3f0 (diff)
downloadnetworkx-44680a2466c3c429d9c01f55d71952efbb09b25c.tar.gz
Update black (#4814)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f317fc27..c02635bd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
# pre-commit install
repos:
-- repo: https://github.com/ambv/black
- rev: 20.8b1
+- repo: https://github.com/psf/black
+ rev: 21.5b1
hooks:
- id: black