mirror of https://github.com/celery/kombu.git
[pre-commit.ci] pre-commit autoupdate (#1935)
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
48133f00c0
commit
a0794193da
|
@ -1,12 +1,12 @@
|
|||
repos:
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.15.0
|
||||
rev: v3.15.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py37-plus", "--keep-runtime-typing"]
|
||||
|
||||
- repo: https://github.com/PyCQA/autoflake
|
||||
rev: v2.2.1
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: autoflake
|
||||
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]
|
||||
|
|
Loading…
Reference in New Issue