Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 1, 2024
1 parent a74661a commit d3bc4a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ requires = [

[tool.black]
line-length = 99
target_version = ["py38", "py39", "py310", "py311", "py312"]
preview = true
target_version = ["py38", "py39", "py310", "py311", "py312"]

[tool.cython-lint]
max-line-length = 99
ignore = ["E741"]
max-line-length = 99

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
include_trailing_comma = true
line_length = 99
multi_line_output = 3
use_parentheses = true

0 comments on commit d3bc4a1

Please sign in to comment.