Kamil Paduszyński
Kamil Paduszyński
@tom-price Thanks a lot for a great solution!
Nope. Referring to PRs does not result in a link. It's even evidenced by the changelog for this repo.
@Lee-W @woile I'm glad you guys are OK with it. I also don't see a breaking change in it. I can open a PR if you don't mind... Just let...
@JasperJuergensen `pytest` does the same - it also adds `.gitignore` with `*` to its cache dir. But `.pytest_cache` it's included in the template... The same regards `nox`, for instance.
@brianhelba @striveforbest I think, that a utility for returning the configuration class itself would also be a nice feature... Even if it is as simple as: ```python from django.conf import...
I'm into this discussion. My setup (it works!): ```yaml name: Semantic Pull Request on: pull_request_target: types: - opened - edited - synchronize permissions: pull-requests: read statuses: write jobs: semantic-pull-request: runs-on:...
@cebidhem You didn't include `edited` in `types`. Why?
As I just checked in my local fork, updating the titles breaks a lot of tests. This is because the old titles are hard-coded in the test changelogs. So, one...
Sometimes, an update in PyPA's `requires-python` or Ruff's `target-version` isn't possible. What if you develop a package that `requires-python = ">= 3.9"` and want to add a development script to...
Same problem with uv.