aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-01-25 12:34:46 +0300
committerGravatar ChrisJL <[email protected]>2022-01-26 03:39:23 +0000
commit42163c1b57047b8f80f6dcdd93ff4602cae26979 (patch)
treef733f4d2163d5d75eeac03820d5a775819a0d5cb
parentReduce AOC Logging Output (diff)
Bump isort Version
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a2e9a398..2131db72 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.8.0
+ rev: 5.10.1
hooks:
- id: isort
name: isort (python)