Skip to content

Commit

Permalink
[#213][Python/Pre-commit] Set Black Max Line Length to 79.
Browse files Browse the repository at this point in the history
This is to make it compatible with other Python tools that we are about
to adopt.
  • Loading branch information
pishoyg committed Aug 26, 2024
1 parent c5488c3 commit 02a905a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ repos:
rev: 24.4.2
hooks:
- id: black
args: [--line-length, '79']
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 02a905a

Please sign in to comment.