Commits
Click on a commit to change the comparison rangeBumps to `ruff==0.9.2`
Here I've bumped our pre-commit version of ruff to 0.9.2, which did
entail a very large amount of formatting churn.
The only major change here besides formatting is that I'm pinning the
linter/formatter dependencies in `requirements-dev.txt` to the version
we have in pre-commit. This helps avoid IDE "fighting" with pre-commit
when folks installing `prefect`'s dev dependencies pick up a newer
version of the linter than the pre-commit defines. Hopefully this will
make contributions from other folks easier.8 months ago
by chrisguidry Update src/prefect/serializers.py
Co-authored-by: Alex Streed <desertaxle@users.noreply.github.com>8 months ago
by chrisguidry Update src/prefect/server/models/block_registration.py
Co-authored-by: Alex Streed <desertaxle@users.noreply.github.com>8 months ago
by chrisguidry Format8 months ago
by chrisguidry Revert dict->Dict changes8 months ago
by chrisguidry Merge branch 'main' into pin-linters8 months ago
by chrisguidry Bump mypy8 months ago
by chrisguidry Fix coild token assertions8 months ago
by chrisguidry Merge branch 'main' into pin-linters8 months ago
by desertaxle