summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-11-01 23:17:37 +0100
committerGitHub <noreply@github.com>2021-11-01 23:17:37 +0100
commit6a7209b9b8b9bbd0fdf08ce22daf325c9d0d28ec (patch)
tree60cd55aa3f80acdeeab0bf4a017c1012d540cef9
parent62758ae7026398f556bcde2215fc4051b1764ef5 (diff)
downloadpylint-git-6a7209b9b8b9bbd0fdf08ce22daf325c9d0d28ec.tar.gz
[pre-commit.ci] pre-commit autoupdate (#5243)
updates: - [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 c1aad8354..c463e16bc 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 21.9b0
+ rev: 21.10b0
hooks:
- id: black
args: [--safe, --quiet]