disable nonstandard-exception

Now we use neutron-lib as the standard exceptions.

Change-Id: Ie7dac7968626fe3ce775dfd0444d082d90cf5e71
This commit is contained in:
zhouhenglc 2023-06-14 15:33:11 +08:00 committed by ZhouHeng
parent 75228edb41
commit b610592e42

View File

@ -59,8 +59,6 @@ disable=
unused-argument,
unused-import,
unused-variable,
# TODO(dougwig) - disable nonstandard-exception while we have neutron_lib shims
nonstandard-exception,
# "C" Coding convention violations
bad-continuation,
invalid-name,