Skip to content

Commit

Permalink
Disable warning in pylint that causes false positives
Browse files Browse the repository at this point in the history
Disable C0330 as there are currently some false positives:
pylint-dev/pylint#289

Issue: HIC-175
Change-Id: I0f6d9d446dffc72c7ea3989fe59b1adfdcc8acbf
  • Loading branch information
Mitja Nikolaus committed Aug 24, 2018
1 parent bef34b9 commit 2906678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pylintrc
Expand Up @@ -21,3 +21,7 @@ output-format=colorized

# Maximum number of characters on a single line.
max-line-length=80

# Disable C0330 as there are currently some false positives:
# https://github.com/PyCQA/pylint/issues/289
disable=C0330

0 comments on commit 2906678

Please sign in to comment.