summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2023-03-01 23:40:31 -0800
committerGitHub <noreply@github.com>2023-03-01 23:40:31 -0800
commit7b69d092ae4885dcc45648538ae780a6326bcd1e (patch)
treec33dd9694931d80fea539b93e4fbc6ed8ac11fd1
parent3a72e069635a865a92b8a0273aa829f630cbcd6f (diff)
parent0efb786f8194ebba0959f0c454c5d1972cf8c08a (diff)
downloadisort-7b69d092ae4885dcc45648538ae780a6326bcd1e.tar.gz
Merge pull request #2103 from stefmolin/patch-1
Update version in pre-commit setup to avoid installation issue with poetry
-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 1281e6e5..10cf9eef 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.4
+ rev: 5.11.5
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.4
+ rev: 5.11.5
hooks:
- id: isort
name: isort (python)