diff --git a/pyproject.toml b/pyproject.toml index f876ed24..7c738a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]