mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 11:40:48 +05:30
Update pylint exceptions
This commit is contained in:
+2
-2
@@ -286,6 +286,6 @@ deprecated-modules="optparse,tkinter.tix"
|
||||
|
||||
[tool.pylint.'EXCEPTIONS']
|
||||
overgeneral-exceptions= [
|
||||
"BaseException",
|
||||
"Exception"
|
||||
"builtins.BaseException",
|
||||
"builtins.Exception"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user