summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-07-26 14:36:42 -0400
committerGitHub <noreply@github.com>2021-07-26 14:36:42 -0400
commitc8d1be624612d338ab70ee523d01beca9f019bdc (patch)
tree24439811f7d0f4921a78289bff88b76532f69898
parente5eedf5eb9d2e0793688f8f4f76f30f2c0f561d5 (diff)
parent9defbe5cdd1f435bfb3ffc280cf5951b7bbfc2bb (diff)
downloadflake8-c8d1be624612d338ab70ee523d01beca9f019bdc.tar.gz
Merge pull request #1366 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-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 6f11882..7892e5d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.5.0
+ rev: v2.6.0
hooks:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py36-plus]
@@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.21.2
+ rev: v2.23.0
hooks:
- id: pyupgrade
args: [--py36-plus]