Skip to content

Commit

Permalink
Update black
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Feb 20, 2024
1 parent dd23c0f commit ea4aab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ repos:
rev: "5.13.2"
hooks:
- id: isort
name: isort (python)
name: isort
types: [python]
args: [--settings-file=.isort.cfg]
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: ["--line-length=120"]
Expand Down

0 comments on commit ea4aab7

Please sign in to comment.