diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2022-12-26 21:14:09 +0000 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-12-26 23:41:38 +0200 |
commit | 8dfef1355a8f19e773a08630613bd2da6c636c37 (patch) | |
tree | 61d7815e2a243f70f516a109c161a856c3280f7d | |
parent | 408a2cace03878bfb729e2ba621272ea07141423 (diff) | |
download | wheel-git-8dfef1355a8f19e773a08630613bd2da6c636c37.tar.gz |
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pycqa/isort: v5.11.3 → 5.11.4](https://github.com/pycqa/isort/compare/v5.11.3...5.11.4)
-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 9ad7b5f..22777cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: v5.11.3 + rev: 5.11.4 hooks: - id: isort args: ["-a", "from __future__ import annotations"] |