Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13.2
rev: 6.1.0
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.13.2
rev: 6.1.0
hooks:
- id: isort
name: isort (python)
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade_guides/5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.2
rev: 6.1.0
hooks:
- id: isort
name: isort (python)
Expand Down