Skip to content

Commit dcc24a3

Browse files
committed
Temporarily silence new ruff rules
1 parent 1a19652 commit dcc24a3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,17 @@ lint.ignore = [
188188

189189
# flake8-fixme (`FIX`)
190190
"FIX002", # Line contains TODO, consider resolving the issue
191+
192+
# upgraded to most recent ruff, remove the following rules for now
193+
"LOG015",
194+
"RUF005",
195+
"RUF052",
196+
"RUF067",
197+
"RUF069",
198+
"TC001",
199+
"TC002",
200+
"TC003",
201+
191202
]
192203

193204
# Allow autofix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)