Skip to content

Commit

Permalink
Merge pull request #2321 from kurtmckee/update-pre-commit-hooks
Browse files Browse the repository at this point in the history
Run `pre-commit autoupdate`
  • Loading branch information
DanielNoord authored Jan 9, 2025
2 parents 813cdc2 + b18035f commit 5589413
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
4 changes: 2 additions & 2 deletions docs/configuration/black_compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ See [built-in profiles](https://pycqa.github.io/isort/docs/configuration/profile
You can also set the profile directly when integrating isort within pre-commit.

```yaml
- repo: https://github.com/pycqa/isort
rev: 5.11.5
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
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.8.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit 5589413

Please sign in to comment.