Skip to content

Commit

Permalink
Revert "pylintrc | disabling import order pylint errors | not working…
Browse files Browse the repository at this point in the history
… on bamboo ci"

This reverts commit a939b62.
  • Loading branch information
snyaggarwal committed Aug 28, 2020
1 parent a939b62 commit 96436f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
@@ -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,import-error,wrong-import-order
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
[MASTER]
ignore=migrations,fixtures,scripts,commands,documents.py
[FORMAT]
Expand Down

0 comments on commit 96436f5

Please sign in to comment.