Skip to content

Commit

Permalink
Upgraded pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Sep 6, 2022
1 parent 9f9fe06 commit 47a3f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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,invalid-name,cyclic-import
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,cyclic-import,missing-timeout
[MASTER]
ignore=migrations,fixtures,scripts,commands,documents.py,password_validation.py,v1_dump
[FORMAT]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ psycopg2==2.9.3
gunicorn==20.1.0 #production server
whitenoise==5.3.0 #serving swagger static files
djangorestframework==3.12.4
pylint==2.14.0
pylint==2.15.0
pydash==5.1.0
django-cors-headers==3.12.0
pyyaml==6.0
Expand Down

0 comments on commit 47a3f58

Please sign in to comment.