summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-08-02 01:02:55 +0000
committerGitHub <noreply@github.com>2022-08-02 01:02:55 +0000
commit9851cb692a2f824495f6bbdded03059116bb46bb (patch)
tree02a853f05a01949ffe0092317b482cfc2afab030
parent44b3d2895b39b1eff8cb5048ae3464a033b4ede8 (diff)
downloadpep8-9851cb692a2f824495f6bbdded03059116bb46bb.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3) - [github.com/pycqa/flake8: 4.0.1 → 5.0.3](https://github.com/pycqa/flake8/compare/4.0.1...5.0.3)
-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