From a2399476d6f4a8ae2297be8553927e97ec3a08d4 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:45:46 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- formate.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/formate.toml b/formate.toml index eae7dea..e63f80d 100644 --- a/formate.toml +++ b/formate.toml @@ -6,21 +6,17 @@ noqa-reformat = 60 ellipsis-reformat = 70 squish_stubs = 80 -[config] -indent = "\t" -line_length = 115 - [hooks.yapf] priority = 30 -[hooks.isort] -priority = 50 - [hooks.yapf.kwargs] yapf_style = ".style.yapf" +[hooks.isort] +priority = 50 + [hooks.isort.kwargs] -indent = "\t\t" +indent = " " multi_line_output = 8 import_heading_stdlib = "stdlib" import_heading_thirdparty = "3rd party" @@ -47,3 +43,7 @@ known_third_party = [ "pytest_timeout", ] known_first_party = [ "hatch_requirements_txt",] + +[config] +indent = " " +line_length = 115