mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Enable the bare-except pylint and pep8 checking
This commit is contained in:
parent
65d5f1a4ef
commit
5147e792d3
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue