summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-11-01 21:18:24 +0000
committerGitHub <noreply@github.com>2021-11-01 21:18:24 +0000
commit84b9831b9dc91daac5f947415d237f16382140f7 (patch)
tree0fb46872b67ca089be33f53eec9e85aa99ac5aed
parentbcb88c4c3e24cb75d71da1796ae2e5023b59b282 (diff)
downloadflake8-84b9831b9dc91daac5f947415d237f16382140f7.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
-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 6d6aa62..29ceca0 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.9b0
+ rev: 21.10b0
hooks:
- id: black
args: [--line-length=79]