diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-07-29 07:38:41 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-07-29 09:44:03 -0700 |
commit | e1954f355b989007d13a528f1e49e9410256b5ce (patch) | |
tree | 8c31e16c395a6a7db3c7aef3f4403f938a888d30 | |
parent | ab46e31f66c36d882cdae0b02e702b37e5a6ff4e (diff) | |
download | gitlab-e1954f355b989007d13a528f1e49e9410256b5ce.tar.gz |
chore(deps): update precommit hook pycqa/isort to v5.9.3
-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 d7b562a..8aa69b5 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.2 + rev: 5.9.3 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy |