diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-10-25 16:36:20 +0000 |
---|---|---|
committer | Asif Saif Uddin <auvipy@gmail.com> | 2021-10-25 22:41:15 +0600 |
commit | 2d3a85c18474bfe5e10b7ea5ad6eed853d12fd86 (patch) | |
tree | 26515fe330b7da190578015dc30daf91a32cdc03 /.pre-commit-config.yaml | |
parent | 73b10a93464bcf91126c2cf35dbdc096073789df (diff) | |
download | kombu-2d3a85c18474bfe5e10b7ea5ad6eed853d12fd86.tar.gz |
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/yesqa: v1.2.3 → v1.3.0](https://github.com/asottile/yesqa/compare/v1.2.3...v1.3.0)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a13256f..f1dfb37c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: flake8 - repo: https://github.com/asottile/yesqa - rev: v1.2.3 + rev: v1.3.0 hooks: - id: yesqa |