Open baseplate-admin opened 5 months ago
makes sense to me. But instead of a workflow run it is one off thing in this case. But i am happy to close this
Hi, I was on holidays. Thank for the proposal, but strict code formatting seems dispensable here, as this is a very small project. I don't really want nor need such a new maintenance layer. By the way, your pull request has modified all the Pygments files, which is not relevant as that code is developed and maintained elsewhere.
Hi, thanks for replying.
I was on holidays.
ah, no worries. I hope you had a good time.
By the way, your pull request has modified all the Pygments files, which is not relevant as that code is developed and maintained elsewhere.
makes sense to me. Let me open an issue in pygments
. But i have a small question. How do you plan on keeping up with the latest edition of pygments
?
Thank for the proposal, but strict code formatting seems dispensable here, as this is a very small project. I don't really want nor need such a new maintenance layer.
It should be done automatically in the editor. You can configure your code editor to format your code on save.
Thank you for your advies.
But i have a small question. How do you plan on keeping up with the latest edition of
pygments
?
For now, I just add an new release on each Pygments upgrade, replacing pygments folder as it is from the Pygments repository.
It should be done automatically in the editor. You can configure your code editor to format your code on save.
I edit my code with Sublime Text. Probably a module exists for black/ruff. I'll have a look.
For now, I just add an new release on each Pygments upgrade, replacing pygments folder as it is from the Pygments repository.
maybe git submodules is a better way for this? that way you leverage dependabot to auto update the repository when there is a change in pygments
I edit my code with Sublime Text. Probably a module exists for black/ruff. I'll have a look.
Maybe python-black is what you are looking for :D
Hi,
The repository is awesome. But while working with it i noticed that the repository is not formatted with any code formatter.
I was wondering if you are willing to format it.
Thanks.