From 8f922cc182165cedd17379282f3039f79da8d2f7 Mon Sep 17 00:00:00 2001 From: Artem Vasenin Date: Sun, 11 Aug 2024 02:04:37 +0100 Subject: [PATCH] ci: disable A005 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfa994f..fba671c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ preview = true select = ["A", "ARG", "B", "BLE", "C4", "COM", "E", "ERA", "F", "FBT", "FIX", "FLY", "FURB", "I", "IC", "INP", "ISC", "LOG", "N", "NPY", "PERF", "PIE", "PT", "PTH", "Q", "R", "RET", "RSE", "S", "SIM", "SLF", "T20", "TCH", "TD", "TID", "TRY", "UP", "W"] # Allow fix for all enabled rules (when `--fix`) is provided. fixable = ["ALL"] -ignore = ["A003", "E203", "FIX002", "FURB113", "N817", "PTH123", "RET503", "S113", "TD002", "TD003", "TRY003", "UP007", "UP035"] +ignore = ["A003", "A005", "E203", "FIX002", "FURB113", "N817", "PTH123", "RET503", "S113", "TD002", "TD003", "TRY003", "UP007", "UP035"] [tool.ruff.lint.per-file-ignores] "**/__init__.py" = [ "F401", # Allow unused imports in module files