From a310af0aa10f8b5a370c16ac3a7dcdd12e13f729 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 26 Sep 2023 10:45:58 -0700 Subject: Style fixups with Black --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 508408b..e0af5bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,12 +112,11 @@ all = [ [tool.black] target-version = ["py37"] -line-length = 120 -skip-string-normalization = true +line-length = 88 [tool.ruff] target-version = "py37" -line-length = 120 +line-length = 88 select = [ "A", "ARG", -- cgit v1.2.3