We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7209f commit f8b7c30Copy full SHA for f8b7c30
1 file changed
justfile
@@ -151,6 +151,12 @@ show-benchmark-results:
151
benchmark-ci:
152
@uv run --group=benchmark-ci pytest --codspeed
153
154
+# Upgrade code to latest supported version.
155
+# E.g. find
156
+[group('maintenance')]
157
+upgrade-python MIN_VERSION:
158
+ find {docs,src,tests} -name "*.py" -not -path "tests/assets/*" -exec uv run pyupgrade --py{{MIN_VERSION}}-plus {} +
159
+
160
# Run all linters, build docs and tests. Worth running before pushing to Github.
161
[group('prepush')]
162
full-check:
0 commit comments