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

Commit

Permalink
Merge pull request #196 from bjoernricks/master
Browse files Browse the repository at this point in the history
Update pylintrc
  • Loading branch information
bjoernricks committed Feb 3, 2020
2 parents 8bfb492 + c24c1c5 commit ead04ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ __pycache__
*.egg-info
dist
build
_build
.idea
.vscode
.coverage
Expand Down
9 changes: 5 additions & 4 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ confidence=
# --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"
#

# bad-continuation is disabled because of a bug in pylint.
# See https://github.com/ambv/black/issues/48 and https://github.com/PyCQA/pylint/issues/289

disable=len-as-condition,
attribute-defined-outside-init,
missing-docstring,
bad-continuation
bad-continuation,
R

#disable=print-statement,
# parameter-unpacking,
Expand Down Expand Up @@ -151,8 +152,8 @@ output-format=text
# Tells whether to display a full report or only the messages
reports=no

# Activate the evaluation score.
score=yes
# Deactivate the evaluation score.
score=no


[REFACTORING]
Expand Down

0 comments on commit ead04ff

Please sign in to comment.