diff --git a/helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt b/helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt index 34e4e05340d0..a4e389911b07 100644 --- a/helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt +++ b/helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt @@ -281,7 +281,9 @@ private val PATH_EXCLUDE_REASON_FOR_FILENAME = listOf( "makefile.*" to BUILD_TOOL_OF, "mkdocs.yml" to BUILD_TOOL_OF, "package-lock.json" to BUILD_TOOL_OF, + "poetry.lock" to BUILD_TOOL_OF, "proguard-rules.pro" to BUILD_TOOL_OF, + "pyproject.toml" to BUILD_TOOL_OF, "renovate.json" to BUILD_TOOL_OF, "runsuite.c" to TEST_OF, "runtest.c" to TEST_OF,