acoustic-house-77496
08/10/2023, 4:23 PMpants
made the comparison, started the POC and voila everything work as expected
all the dependencies were in the right place, even cross project and transitive dependencies, the learning curve for a basic working project was easy
the built in python backends were the deal maker.bitter-ability-32190
08/10/2023, 4:24 PMthe built in python backends were the deal breaker.Mind elaborating?
acoustic-house-77496
08/10/2023, 4:26 PMbackend_packages = [
"pants.backend.plugin_development",
"pants.backend.python",
"pants.backend.experimental.python",
"pants.backend.experimental.python.lint.ruff",
"pants.backend.python.lint.docformatter",
"pants.backend.python.lint.pyupgrade",
"pants.backend.python.lint.isort",
"pants.backend.python.lint.black",
"pants.backend.python.typecheck.mypy",
]
bitter-ability-32190
08/10/2023, 4:27 PMacoustic-house-77496
08/10/2023, 4:27 PMbitter-ability-32190
08/10/2023, 4:28 PMwide-midnight-78598
08/10/2023, 6:20 PMhappy-kitchen-89482
08/10/2023, 10:03 PM