From 9d571da0afb4bea0c7e3f00a133abb9fa3cd7130 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Sat, 9 Nov 2024 21:11:53 -0800 Subject: [PATCH] chore: set line length 100 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ada33688e..63c887800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ exclude = ["__init__.py"] # TODO: Remove after this is fixed: https://github.co # Setting python version to at least 3.10 avoids `from __future__ import annotations`. target-version = "py310" # This is consistent with airbytehq/airbyte root pyproject.toml Black rule defined. -line-length = 140 +line-length = 100 [tool.poe.tasks] # Build tasks