diff --git a/docs/configuration/pre-commit.md b/docs/configuration/pre-commit.md index 582a9a48..e8309543 100644 --- a/docs/configuration/pre-commit.md +++ b/docs/configuration/pre-commit.md @@ -9,7 +9,7 @@ To use isort's official pre-commit integration add the following config: ```yaml - repo: https://github.com/pycqa/isort - rev: 5.11.2 + rev: 5.11.3 hooks: - id: isort name: isort (python) @@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f ```yaml - repo: https://github.com/pycqa/isort - rev: 5.11.2 + rev: 5.11.3 hooks: - id: isort name: isort (python) diff --git a/isort/_version.py b/isort/_version.py index 077e490d..5e263ef9 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.11.2" +__version__ = "5.11.3"