From 023b9bf36a4305f5edceece7ac6eabbd16e2e40d Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 1 Jan 2022 12:02:10 -0600 Subject: Format using a more typical line length of 100 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 8509bd6..cd6158f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.black] -line-length = 105 +line-length = 100 skip-string-normalization = true [tool.coverage.html] @@ -136,7 +136,7 @@ exclude_lines = [ [tool.isort] profile = 'black' -line_length = 105 +line_length = 100 skip_gitignore = true skip = [ 'examples/', -- cgit v1.2.1