summaryrefslogtreecommitdiff
path: root/docs/upgrade_guides/5.0.0.md
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 /docs/upgrade_guides/5.0.0.md
parent8a9dd4c6717d2fe0fb74f47bfca29e9a8dfd9c06 (diff)
downloadisort-07cf92116d1d880aa54f8e664804d9e8ffdfeb2a.tar.gz
Update pre-commit example to use latest isort version
Diffstat (limited to 'docs/upgrade_guides/5.0.0.md')
-rw-r--r--docs/upgrade_guides/5.0.0.md2
1 files changed, 1 insertions, 1 deletions
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)