Skip to content

Commit

Permalink
Merge branch 'PyCQA:main' into google
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou committed Sep 29, 2023
2 parents ea2f8aa + 53b1f64 commit 966533c
Show file tree
Hide file tree
Showing 5 changed files with 798 additions and 581 deletions.
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
1 change: 0 additions & 1 deletion docs/configuration/profiles.md
Expand Up @@ -16,7 +16,6 @@ To use any of the listed profiles, use `isort --profile PROFILE_NAME` from the c
- **use_parentheses**: `True`
- **ensure_newline_before_comments**: `True`
- **line_length**: `88`
- **split_on_trailing_comma**: `True`

#django

Expand Down

0 comments on commit 966533c

Please sign in to comment.