Skip to content

Commit

Permalink
Merge pull request #2103 from stefmolin/patch-1
Browse files Browse the repository at this point in the history
Update version in pre-commit setup to avoid installation issue with poetry
  • Loading branch information
timothycrosley authored Mar 2, 2023
2 parents 3a72e06 + 0efb786 commit 7b69d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 7b69d09

Please sign in to comment.