mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Enable the bare-except pylint and pep8 checking
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
E402
|
E402
|
||||||
W503
|
W503
|
||||||
W504
|
W504
|
||||||
E722
|
|
||||||
E741
|
E741
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ disable=
|
|||||||
bad-continuation,
|
bad-continuation,
|
||||||
bad-indentation,
|
bad-indentation,
|
||||||
bad-mcs-classmethod-argument,
|
bad-mcs-classmethod-argument,
|
||||||
bare-except,
|
|
||||||
blacklisted-name,
|
blacklisted-name,
|
||||||
broad-except,
|
broad-except,
|
||||||
c-extension-no-member,
|
c-extension-no-member,
|
||||||
|
|||||||
Reference in New Issue
Block a user