summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-11-22 21:47:02 +0000
committerGitHub <noreply@github.com>2021-11-22 21:47:02 +0000
commit00ca6302c5391b99d84bdb92aac186cb86251cf3 (patch)
tree2a868bb190ad880aa19c2114fae4a350d1ab6615
parente944e090c06f02438fe9a177ae8066d1361a9556 (diff)
downloadflake8-00ca6302c5391b99d84bdb92aac186cb86251cf3.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.10b0 → 21.11b1](https://github.com/psf/black/compare/21.10b0...21.11b1) - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.29.1)
-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 bcbb585..5cd8601 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,12 +13,12 @@ repos:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py36-plus]
- repo: https://github.com/psf/black
- rev: 21.10b0
+ rev: 21.11b1
hooks:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.0
+ rev: v2.29.1
hooks:
- id: pyupgrade
args: [--py36-plus]