Ignore copyright WTF rule and pylint complexity errors.
This commit is contained in:
+14
-1
@@ -66,4 +66,17 @@ preview = true
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["ALL"]
|
||||
ignore = ["D203", "D213", "DOC201", "COM812", "T201", "EM", "TC", "TRY003", "S"]
|
||||
ignore = [
|
||||
"D203",
|
||||
"D213",
|
||||
"DOC201",
|
||||
"COM812",
|
||||
"T201",
|
||||
"EM",
|
||||
"TC",
|
||||
"TRY003",
|
||||
"S",
|
||||
"CPY001",
|
||||
"PLR",
|
||||
"PLW",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user