From 2cbff0b4a32b11d0ee147a37037170cff19953db Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Mon, 5 Aug 2024 20:57:00 +0800 Subject: [PATCH] fix indentation --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc55eb2c571..49677dac20e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -192,8 +192,8 @@ ignore = [ "G", # Validate logging format strings "INP", # Ban PEP-420 implicit namespace packages "N", # PEP8-naming (many var/arg names are intended) - "PTH", # Prefer pathlib over os.path - "SLF", # Access "private" class members + "PTH", # Prefer pathlib over os.path + "SLF", # Access "private" class members "T20", # Check for print/pprint "TD", # TODO tags related