Skip to content

Commit

Permalink
Update version in pre-commit setup to avoid installation issue with p…
Browse files Browse the repository at this point in the history
…oetry.

Didn't update to 5.12.0 to keep Python 3.7 support.
  • Loading branch information
stefmolin authored Mar 1, 2023
1 parent 3a72e06 commit 0efb786
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 0efb786

Please sign in to comment.