diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-07-08 08:56:43 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-07-08 07:58:51 -0700 |
commit | 521cdddc5260ef2ba6330822ec96efc90e1c03e3 (patch) | |
tree | 931298ce8a183677157782dfd44b6fcae003ce39 | |
parent | d5dcf1cb7e703ec732e12e41d2971726f27a4bdc (diff) | |
download | gitlab-521cdddc5260ef2ba6330822ec96efc90e1c03e3.tar.gz |
chore(deps): update precommit hook pycqa/isort to v5.9.2
-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 80c8fb8..d7b562a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.9.1 + rev: 5.9.2 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy |