From 4893638acff6b2ff24bccb3b096787d8969ac19a Mon Sep 17 00:00:00 2001 From: monosans Date: Mon, 21 Oct 2024 16:57:45 +0300 Subject: [PATCH] chore: reconfigure ruff --- ruff.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 842ec7f..afc5d68 100644 --- a/ruff.toml +++ b/ruff.toml @@ -29,6 +29,7 @@ ignore = [ "D417", "DJ008", "DOC201", + "DOC402", "DOC501", "FURB180", "ISC001", @@ -50,11 +51,13 @@ ignore = [ "S311", "S404", "SIM105", + "TD002", + "TD003", "TID252", "TRY400", ] select = ["ALL"] -unfixable = ["T"] +unfixable = ["RUF027", "T"] [lint.flake8-self] ignore-names = ["_name_", "_value_"]