Skip to content

Commit

Permalink
Make: Format Py lines to 120 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Mar 25, 2024
1 parent 16fa90f commit 5b5973c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ before-build = [
"md build\\usearch",
"git submodule update --init --recursive",
]

# Configuration options for the Black formatter:
# https://black.readthedocs.io/en/latest/usage_and_configuration/the_basics.html#where-black-looks-for-the-file
[tool.black]
line-length = 120 # Set line length to the same value as in `.clang-format` for modern wide screens
target-version = ['py36', 'py312']

0 comments on commit 5b5973c

Please sign in to comment.