summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-05-08 17:34:46 +0000
committerGitHub <noreply@github.com>2023-05-08 17:34:46 +0000
commit543c1a29852c119ecbaa242ea1ac8b68d3c6dd2a (patch)
treef6316850fe119a1f0b21fb1e09cc82ce6add54ca
parent3e098dc94ed2a389276ccf3606a0ded3da157d72 (diff)
downloadkombu-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.4.0) - [github.com/PyCQA/autoflake: v2.1.0 → v2.1.1](https://github.com/PyCQA/autoflake/compare/v2.1.0...v2.1.1)
-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 f1b7e307..97a903a6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v3.3.1
+ rev: v3.4.0
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-runtime-typing"]
- repo: https://github.com/PyCQA/autoflake
- rev: v2.1.0
+ rev: v2.1.1
hooks:
- id: autoflake
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]