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