Skip to content

Commit

Permalink
fix: fix wrong pyupgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Feb 3, 2024
1 parent 95977f6 commit c662c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Ruff check
run: poetry run ruff check backend/ tests/
- name: Pyupgrade
run: poetry run pyupgrade backend/ tests/
run: poetry run pyupgrade --py311-plus **/*.py
test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c662c59

Please sign in to comment.