diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-16 10:33:54 -0400 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2026-02-24 16:08:08 -0300 |
| commit | 490e49556449edc6d566017342c62473ca2a309b (patch) | |
| tree | 05ecc0231f7e808a5e706a42084db826d440a264 /.pre-commit-config.yaml | |
| parent | 2bc009bfae88c062c2cf0f730a91e99ea66bf4ed (diff) | |
[5.2.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 1453e08b13..d22066cbde 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 |
