diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78e0831..cab33b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort additional_dependencies: [toml] diff --git a/changes/205.misc.rst b/changes/205.misc.rst new file mode 100644 index 0000000..27e57a7 --- /dev/null +++ b/changes/205.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``isort`` was updated to its latest version.