<#19364 The ruff rule INP001 fails when running wi...
# github-notifications
c
#19364 The ruff rule INP001 fails when running with pants Issue created by CJTurpie Describe the bug The ruff rule INP001 (implicit-namespace-package, i.e. find’s missing
_init_.py
files) fails when running ruff through pants but not when running manually. I suspect this is to do with how pants splits up files to be linted in batches instead of all together. Pants version 2.16 OS MacOS Additional info None pantsbuild/pants