summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-12-06 17:25:15 -0500
committerGitHub <noreply@github.com>2021-12-06 17:25:15 -0500
commitc3ab1fcfb265e8509dd02c1e2367a07006f22c51 (patch)
tree538bc12b2b6c472212aa126a9a742a3a24b87b86
parent7a02d04919a2209bc2612373d46d2edfa4d59773 (diff)
parent878d2a772a26e37f19e869ae1da29aeac53a9850 (diff)
downloadflake8-c3ab1fcfb265e8509dd02c1e2367a07006f22c51.tar.gz
Merge pull request #1484 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-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 5cd8601..16052ba 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py36-plus]
- repo: https://github.com/psf/black
- rev: 21.11b1
+ rev: 21.12b0
hooks:
- id: black
args: [--line-length=79]