summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanden Schaffner <gschaffner@pm.me>2023-01-29 00:00:00 -0800
committerJürgen Gmach <juergen.gmach@googlemail.com>2023-01-30 12:27:29 +0100
commita77d1376de0c486f709343c37026e006985616b1 (patch)
tree2976f87b7b090e84e62ea2c9928113ec1fdc2635
parent079f839d819f03413939409c58930d14017fd84f (diff)
downloadtox-git-a77d1376de0c486f709343c37026e006985616b1.tar.gz
Avoid pre-commit isort crash
See https://github.com/PyCQA/isort/issues/2077.
-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 15a13881..eeeff763 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
- id: pyupgrade
files: "^(tests/demo_pkg_inline/build.py)$"
- repo: https://github.com/PyCQA/isort
- rev: 5.11.4
+ rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black