summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-02-06 17:36:08 +0000
committerAsif Saif Uddin <auvipy@gmail.com>2023-02-07 16:11:50 +0600
commite15b6fbd3bb310f4ac41b8fd4265e9f4483f3374 (patch)
tree7861092134840452e8dc6f5c6e54af83afe7b437
parent08a997439d40245d56ee6f984857fadd3303ff7d (diff)
downloadkombu-e15b6fbd3bb310f4ac41b8fd4265e9f4483f3374.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.0.1](https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.0.1) - [github.com/pycqa/isort: 5.11.4 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.4...5.12.0)
-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 a311f306..8b39679a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
args: ["--py37-plus", "--keep-runtime-typing"]
- repo: https://github.com/PyCQA/autoflake
- rev: v2.0.0
+ rev: v2.0.1
hooks:
- id: autoflake
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]
@@ -30,6 +30,6 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
- rev: 5.11.4
+ rev: 5.12.0
hooks:
- id: isort