Skip to content

Commit

Permalink
py: Ignore similar python code lint warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 3, 2024
1 parent a0e2e6b commit c11a053
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 @@ -52,6 +52,7 @@ suggestion-mode = 'yes'
[tool.pylint.disable]
disable = [
"C0114", # Missing module docstring
"R0801" # Similar lines in 2 files, TODO: Remove this once FlooGen is integrated into FlooNoC
]

[tool.black]
Expand Down

0 comments on commit c11a053

Please sign in to comment.