Skip to content

Commit

Permalink
Ignore pylint errors (#121)
Browse files Browse the repository at this point in the history
* Ignore flake8 errors

* Ignore pylint errors
  • Loading branch information
JeffLIrion committed Aug 22, 2020
1 parent e0a270f commit 03ad9e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pylintrc
Expand Up @@ -155,7 +155,9 @@ disable=print-statement,
import-error,
invalid-name,
unexpected-keyword-arg,
useless-object-inheritance
useless-object-inheritance,
super-with-arguments,
raise-missing-from

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 03ad9e2

Please sign in to comment.