From 9180c2fadd343c5356e2e58141b294db480e481b Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 7 Sep 2023 04:50:29 +0000 Subject: [PATCH] dev tooling improvements --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e87df56..225979c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,4 +5,7 @@ line-length = 130 max-line-length = 130 [tool.pycodestyle] -max_line_length = 130 \ No newline at end of file +max_line_length = 130 + +[tool.ruff] +line-length = 130 \ No newline at end of file