diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-16 10:33:54 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-16 14:59:48 -0400 |
| commit | 887e8972874aef14d019aedf5683d13580f98d37 (patch) | |
| tree | d8ffcfdd8f79857bd3c0d7b8c941848c22f80de2 /.pre-commit-config.yaml | |
| parent | 2cc90728defa891332fe3894b6a8fd7c56bcd7c3 (diff) | |
[6.0.x] Bumped minimum isort version to 7.0.0.
Added ignores relating to https://github.com/PyCQA/isort/issues/2352.
Backport of d980d68609448a4c85763fa34e471ff80540888b from main.
Diffstat (limited to '.pre-commit-config.yaml')
| -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 b1faf024d4..d97a6d252c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: files: 'docs/.*\.txt$' args: ["--rst-literal-block"] - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 |
