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:02 -0400 |
| commit | d980d68609448a4c85763fa34e471ff80540888b (patch) | |
| tree | da92a33947e3e96d9cac43ab9d98c621c0d8be54 /.pre-commit-config.yaml | |
| parent | e244d8bbb743eec413eb241139b6345885db39d9 (diff) | |
Bumped minimum isort version to 7.0.0.
Added ignores relating to https://github.com/PyCQA/isort/issues/2352.
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 e1d8cec10b..f2a9217d6c 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 |
