Skip to content

Commit dab66ce

Browse files
authored
Merge pull request #2402 from iainelder/patch-1
Use working isort version in pre-commit example
2 parents 9a400ae + 4950ded commit dab66ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/black_compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can also set the profile directly when integrating isort within pre-commit.
5656

5757
```yaml
5858
- repo: https://github.com/pycqa/isort
59-
rev: 5.13.2
59+
rev: 6.0.1
6060
hooks:
6161
- id: isort
6262
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)