Bartosz Sławecki

Results 110 comments of Bartosz Sławecki

I filed #408 to track the migration. Any migration-related discussion is welcome there.

Awesome, thanks! How about the next release? If we make a major, I'll drop some deprecated things with yore. Won't have to be bothered by stacklevels in warnings :P `skip_file_prefixes=`...

As part of this issue, we've changed the build system from pdm to hatch for the sole purpose of using [uv dynamic versioning](https://github.com/ninoseki/uv-dynamic-versioning) with uv workspaces; see #430.

@copilot We've migrated griffe to 3 packages exposed by `griffe` package in a backward-compatible way, all bound by uv dynamic versioning that ensures compatibility. `griffecli` is supposed to only implement...

@copilot Add missing configuration from pyproject.toml (check CI failures) and make sure that we promote the old way of running things (`griffe check`, not `griffecli check`; `python -m griffe`, not...

@copilot Look at https://github.com/mkdocstrings/griffe/actions/runs/19806731977/job/56741990187?pr=434. Fix all incorrect refs

This may be a nice counter-insight to the idea :) https://github.com/pypa/setuptools/issues/4025#issuecomment-1693905016 And especially this one https://github.com/pypa/setuptools/issues/4025#issuecomment-1704339687 (Keep in mind those concern also a scaling problem with "skeleton", a scaffolding actively...

I agree that the documentation is correct but not fully precise. Perhaps we can just rephrase it as: ```diff Exceptions that occur during execution of this method will -replace any...