Skip to content

Commit

Permalink
build: ignore duplicate code in pylint for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jun 11, 2024
1 parent b525ddf commit cc0a7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ reports.output-format = "colorized"
similarities.ignore-imports = "yes"
messages_control.disable = [
"design",
"duplicate-code",
"fixme",
"line-too-long",
"wrong-import-position",
Expand Down

0 comments on commit cc0a7a4

Please sign in to comment.