Skip to content

Commit

Permalink
Ignore faulty pylint check
Browse files Browse the repository at this point in the history
See pylint-dev/pylint#8865

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Jul 20, 2023
1 parent 1d1ff55 commit 3f0b644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ unsafe-load-any-extension = false
disable = [
"ungrouped-imports",
"duplicate-code",
"too-many-instance-attributes"
"too-many-instance-attributes",
"too-few-public-methods", # https://github.com/pylint-dev/pylint/issues/8865
]
enable = ["useless-suppression"]
[tool.pylint.refactoring]
Expand Down

0 comments on commit 3f0b644

Please sign in to comment.