summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-08-01 21:17:57 -0400
committerGitHub <noreply@github.com>2022-08-01 21:17:57 -0400
commit9e6e820b269cbe39da854ae2835bd797028d22db (patch)
tree02a853f05a01949ffe0092317b482cfc2afab030
parent44b3d2895b39b1eff8cb5048ae3464a033b4ede8 (diff)
parent9851cb692a2f824495f6bbdded03059116bb46bb (diff)
downloadpep8-9e6e820b269cbe39da854ae2835bd797028d22db.tar.gz
Merge pull request #1089 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 9b2ef3f..4a25298 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,11 +13,11 @@ repos:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.37.2
+ rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pycqa/flake8
- rev: 4.0.1
+ rev: 5.0.3
hooks:
- id: flake8