Skip to content

Commit

Permalink
pylintrc | ignored invalid name warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed May 9, 2022
1 parent f9f3c57 commit c0895f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[MESSAGES CONTROL]
disable=missing-docstring,too-few-public-methods,no-member,too-many-ancestors,attribute-defined-outside-init,fixme,broad-except,import-outside-toplevel,too-many-instance-attributes,unsupported-membership-test,too-many-public-methods,too-many-lines,unused-private-member,consider-using-with,duplicate-code,unspecified-encoding
disable=missing-docstring,too-few-public-methods,no-member,too-many-ancestors,attribute-defined-outside-init,fixme,broad-except,import-outside-toplevel,too-many-instance-attributes,unsupported-membership-test,too-many-public-methods,too-many-lines,unused-private-member,consider-using-with,duplicate-code,unspecified-encoding,invalid-name
[MASTER]
ignore=migrations,fixtures,scripts,commands,documents.py,password_validation.py,v1_dump
[FORMAT]
Expand Down

0 comments on commit c0895f2

Please sign in to comment.