ruff: Ignore accessed internal variable error as it is needed in tests quite often
remove incorrect doc change
This commit is contained in:
@@ -52,6 +52,7 @@ lint.ignore = [
|
||||
"TRY301",
|
||||
"TRY300",
|
||||
"ANN401",
|
||||
"SLF001",
|
||||
"RUF100",
|
||||
"TRY400",
|
||||
"E402",
|
||||
|
||||
Reference in New Issue
Block a user