diff options
author | 2023-02-17 14:46:57 +0100 | |
---|---|---|
committer | 2023-02-17 14:46:57 +0100 | |
commit | 8e9526d13bf254553a507d0a1037ceb4942fe0ca (patch) | |
tree | f681b2e8a1d835fac4089d34ce8abd4de0e4bf9d | |
parent | Bump beautifulsoup4 from 4.11.1 to 4.11.2 (#1201) (diff) |
bump isort to 5.12.0 in precommit config
-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 2131db72..7895d208 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: python-check-blanket-noqa - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort (python) |