From d3bc4a1d2a84ce3cfdf50edca3cf56208519e646 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Sun, 1 Sep 2024 16:30:03 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cd678e..5f31e76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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