Skip to content

Commit

Permalink
Merge pull request #2177 from JSS95/patch-1
Browse files Browse the repository at this point in the history
doc: Update black_compatibility.md
  • Loading branch information
staticdev committed Sep 29, 2023
2 parents 14fd83c + bf9ac44 commit 53b1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/black_compatibility.md
Expand Up @@ -57,7 +57,7 @@ You can also set the profile directly when integrating isort within pre-commit.

```yaml
- repo: https://github.com/pycqa/isort
rev: 5.6.4
rev: 5.11.5
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
Expand Down

0 comments on commit 53b1f64

Please sign in to comment.