Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Pylint version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcatal committed Mar 30, 2018
1 parent eb97556 commit 030e3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -38,7 +38,7 @@ load-plugins=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=too-many-public-methods,too-few-public-methods,no-member,super-on-old-class,too-many-ancestors,I0011,deprecated-disable-all,file-ignored,maybe-no-member,unused-argument,star-args,no-init,import-error,undefined-variable
disable=too-many-public-methods,too-few-public-methods,no-member,super-on-old-class,too-many-ancestors,I0011,deprecated-disable-all,file-ignored,maybe-no-member,unused-argument,star-args,no-init,import-error,undefined-variable,no-self-use


[REPORTS]
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Expand Up @@ -12,4 +12,4 @@
readline==6.2.4.1

# Install pylint for violation checks
pylint==1.4.4
pylint==1.8.3

0 comments on commit 030e3cb

Please sign in to comment.