Cristian Le
Cristian Le
~~Great, need to wait for `setuptools` to fix [their issue](https://github.com/pypa/setuptools/issues/4519)~~ Resolved
Great, this is a nice issue with pre-commit running a versioned `tmt-lint` instead of the current one from source (dependencies are not being updated)
> Do you know if we're able to utilize this for informing users about pending/existing deprecations? Hmm, would need to mull it over. Easily, no, there is none that I...
Probably the schema files should be refactored a bit to use `definitions` and `one_of`. Maybe could try: ```yaml definitions: feature: properties: how: type: string enum: - feature epel: type: string...
From experience, themes can lag behind sphinx backend. I had issues on the `book-theme` needing to update a whole chain. `furo` I know it's well maintained, and I think `renku`...
Let's try to discuss this one soon. I do every now and then have issues which I suspect that are coming from the non-src-layout format.
Ok, I've reverted the `pep8` part
It kinda sounds like a bug in `ruff` upstream, does still occur with your updated version? Also feel free to force push the update, or I could rebase and cherry-pick?
We got a reply from upstream: https://github.com/astral-sh/ruff/issues/13760#issuecomment-2413874694 @psss what do you think about this limitation? I.e. > there's no option to change that behavior because we intentionally limit the formatter...
Finally in Berlin, I'll start addressing the open issues @martinhoyer did I accidentally uncommit your changes? > Does ruff-format support one line docstrings like this? Yes, tested locally, I will...