summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-01-30 08:43:55 +0100
committerGitHub <noreply@github.com>2023-01-30 08:43:55 +0100
commite31c9c48c63943cec9be87a70fe0ef30b38c0ab0 (patch)
treeb13cee34d94fcab5da411c3ae93d4e19c79decfd /.pre-commit-config.yaml
parentc1e4c95b0d6e555a92484183b89be683dfbde458 (diff)
downloadastroid-git-e31c9c48c63943cec9be87a70fe0ef30b38c0ab0.tar.gz
Update isort to 5.12.0 (#1989)
Diffstat (limited to '.pre-commit-config.yaml')
-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 e4ac7996..f3be0c3f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
exclude: tests/testdata
args: [--py37-plus]
- repo: https://github.com/PyCQA/isort
- rev: 5.11.4
+ rev: 5.12.0
hooks:
- id: isort
exclude: tests/testdata