From 31362e324c6fb1ab0db3d10b28658deeaabaabd1 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Mon, 23 Dec 2024 19:56:01 +0100 Subject: [PATCH] Less ruff please --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54797b8ce..e846590e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ line-length = 99 [tool.ruff.lint] select = ["ALL"] -ignore = ["BLE001","ERA","N","FIX","TD","RET50","C","PLR","EM10","TRY003","FBT","T2","D4","D3","D2","PLW1514","RUF002","RUF001","S101","A003","D107","D105","PERF","PTH","ANN","I001","RUF005","TRY300","TRY301","RUF003","INP001","PIE790"] +ignore = ["BLE001","ERA","N","FIX","TD","RET50","C","PLR","EM10","TRY003","FBT","T2","D4","D3","D2","PLW1514","RUF002","RUF001","S101","A003","D107","D105","PERF","PTH","ANN","I001","RUF005","TRY300","TRY301","RUF003","INP001","PIE790","SIM108","TRY400"] explicit-preview-rules = true [tool.ruff.lint.flake8-comprehensions]