Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ show-benchmark-results:
benchmark-ci:
@uv run --group=benchmark-ci pytest --codspeed

# Upgrade Python code to the supplied version. (E.g. just upgrade 310)
[group('maintenance')]
upgrade-python MIN_VERSION:
@find {docs,src,tests} -name "*.py" -not -path "tests/assets/*" -exec uv run pyupgrade --py{{MIN_VERSION}}-plus --exit-zero-even-if-changed {} +
@just autofix-python
@just format-python

# Run all linters, build docs and tests. Worth running before pushing to Github.
[group('prepush')]
full-check:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dev = [
"requests==2.32.3",
"sqlalchemy==2.0.35",
"google-cloud-audit-log==0.3.0",
"pyupgrade>=3.21.0",
]
docs = [
"sphinx>=7.4.7",
Expand Down