summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-21 21:50:44 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-21 21:50:44 +0100
commitdf69a0549901043a1958dac9b14ad7de03dcae0e (patch)
treed267b4abc6784d79b09dbc98dae206a67f896aa5 /docs
parentf9add587e80733b043f7ccd27b7a85a5f9e0e27d (diff)
downloadisort-df69a0549901043a1958dac9b14ad7de03dcae0e.tar.gz
Bump version 5.11.4
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/pre-commit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/pre-commit.md b/docs/configuration/pre-commit.md
index e8309543..1281e6e5 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.3
+ rev: 5.11.4
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.3
+ rev: 5.11.4
hooks:
- id: isort
name: isort (python)