summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-07-19 22:37:03 +0000
committerGitHub <noreply@github.com>2021-07-19 22:37:03 +0000
commit79cc1d0c64f9d365edaf5360d00c7bbc98a62c94 (patch)
tree3d7d7bfb7fe2657de2c36861deb746209afb5284
parent9e550df7a0fd634cbdebe535a1368b9169c3b269 (diff)
downloadflake8-79cc1d0c64f9d365edaf5360d00c7bbc98a62c94.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0) - [github.com/asottile/pyupgrade: v2.21.0 → v2.21.2](https://github.com/asottile/pyupgrade/compare/v2.21.0...v2.21.2)
-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 7a9b74a..6f11882 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.6b0
+ rev: 21.7b0
hooks:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.21.0
+ rev: v2.21.2
hooks:
- id: pyupgrade
args: [--py36-plus]