diff options
author | 2023-02-17 14:15:58 +0000 | |
---|---|---|
committer | 2023-02-17 14:15:58 +0000 | |
commit | 3ddfd67cb4d02714b9e303584c90dbcd3c338dd1 (patch) | |
tree | 6d26c4e9969b562358048c4cb09598c69c2ba417 | |
parent | Merge pull request #2405 from python-discord/revert-2400-reusable-status-embe... (diff) | |
parent | Merge branch 'main' into bump-isort-in-precommit (diff) |
Merge pull request #2409 from shtlrs/bump-isort-in-precommit
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 d8a90ac00..47fd80f97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: python-check-blanket-noqa - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.12.0 hooks: - id: isort name: isort (python) |