summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-26 13:59:14 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-26 14:39:28 +0200
commit316af5f4936686337e12ba3ca8a7d077a855bdfb (patch)
tree9e8064a7e6eb57fae3cbd845ba7311c0a3c9a531
parent9e2394d211cf81ca1864de58c36461bf885500bb (diff)
downloadpylint-git-316af5f4936686337e12ba3ca8a7d077a855bdfb.tar.gz
Update black to 21.4b0
-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 c824adc49..15d8ee555 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
- rev: 20.8b1
+ rev: 21.4b0
hooks:
- id: black
args: [--safe, --quiet]