Unignore Ruff PLR in tests (#114470)
* Unignore Ruff PLR in tests * Address review comments * review comments * fix import * Update test_api.py * Update test_api.py * Update test_api.py
This commit is contained in:
@@ -5,7 +5,6 @@ extend = "../pyproject.toml"
|
||||
|
||||
extend-ignore = [
|
||||
"PLC", # pylint
|
||||
"PLR", # pylint
|
||||
"B904", # Use raise from to specify exception cause
|
||||
"N815", # Variable {name} in class scope should not be mixedCase
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user