Internals: Sign off pylint warnings
This commit is contained in:
parent
f9427c6d5f
commit
8c8d9b4f4c
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# pylint: disable=C0114,C0115,C0116,C0209,C0302,R0902,R0911,R0912,R0914,R0915,E1101
|
# pylint: disable=C0114,C0115,C0116,C0209,C0302,R0902,R0903,R0911,R0912,R0914,R0915,E1101,E0401
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# This program is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of either the GNU Lesser General Public License Version 3
|
# under the terms of either the GNU Lesser General Public License Version 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue