summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-04-01 21:12:45 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2021-04-01 21:12:45 -0700
commit07cf92116d1d880aa54f8e664804d9e8ffdfeb2a (patch)
tree0ee5620d76b11abbb5d21e3545c09fe92c2c4dde
parent8a9dd4c6717d2fe0fb74f47bfca29e9a8dfd9c06 (diff)
downloadisort-07cf92116d1d880aa54f8e664804d9e8ffdfeb2a.tar.gz
Update pre-commit example to use latest isort version
-rw-r--r--docs/configuration/pre-commit.md2
-rw-r--r--docs/upgrade_guides/5.0.0.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/pre-commit.md b/docs/configuration/pre-commit.md
index 70eaded4..be495d2d 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:
```
- repo: https://github.com/pycqa/isort
- rev: 5.6.3
+ rev: 5.8.0
hooks:
- id: isort
name: isort (python)
diff --git a/docs/upgrade_guides/5.0.0.md b/docs/upgrade_guides/5.0.0.md
index c5e80606..ba8e8288 100644
--- a/docs/upgrade_guides/5.0.0.md
+++ b/docs/upgrade_guides/5.0.0.md
@@ -82,7 +82,7 @@ isort now includes an optimized precommit configuration in the repo itself. To u
```
- repo: https://github.com/pycqa/isort
- rev: 5.6.3
+ rev: 5.8.0
hooks:
- id: isort
name: isort (python)