Gregory Borodin
Gregory Borodin
I think, it's a good idea to split the pull request into 2 parts: - code structure refactoring (now you can use cmake out-of-source) - python wrapper In addition to...
Waiting for the https://github.com/heetch/confita/pull/36 to be merged
@mpodlodowski thanks for your code! Are you planning to make it to the end?
@dmitshur pr is ready for review
I tried with python 2.7.15
Hey @sureshjoshi, thank you for the pr! I can see it is still in draft, what's the status?
I thought `code_quality_tool` is primarily intended for adhoc usage, so it won't show good help, it doesn't support things like `ConfigFilesRequest`, `install_from_resolve`, etc.
Added more details in the issue https://github.com/pantsbuild/pants/issues/20342#issuecomment-1872998422
I want to explain my motivation here: I tried using new ruff formatter (pants release 2.20.0dev3) along with ruff checker. It uses the same `tool_subsystem = Ruff` and therefore the...
How do I make sure the tests only run for python>=3.8?