diff --git a/pyproject.toml b/pyproject.toml index 437a158cd..9a7318b05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,12 @@ load-plugins = [ "pylint_pytest", ] +[tool.pylint.messages_control] +disable = [ + # flakeheaven lint with --diff parameter seems to be incompatible with this check + "cannot-enumerate-pytest-fixtures", +] + [tool.pytest.ini_options] pythonpath = "quipucords/" addopts = [