summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-07-29 12:51:19 +0300
committerGitHub <noreply@github.com>2021-07-29 12:51:19 +0300
commit0234ea2d61502199a94278e1a53521e0e1a97c40 (patch)
tree1ac677342930f5f2f0c30425b1aea02c2c64579d /.pre-commit-config.yaml
parent241b5dcff8a7c8ad411e1b325d59e47acfa9e1ed (diff)
downloadkombu-0234ea2d61502199a94278e1a53521e0e1a97c40.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1359)
updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.23.0](https://github.com/asottile/pyupgrade/compare/v2.21.2...v2.23.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-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 057c78f4..940f18f6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.21.2
+ rev: v2.23.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8