Skip to content

Commit

Permalink
build: added pyupgrade arg '--exit-zero-even-if-changed'
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 6, 2023
1 parent 20f97c7 commit 5adc25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lint:

format:
poetry run ruff --fix-only ${SRCDIRS}
poetry run pyupgrade --py310-plus ${SRCFILES}
poetry run pyupgrade --py310-plus --exit-zero-even-if-changed ${SRCFILES}
poetry run black ${SRCDIRS}

precommit: format lint typecheck test
Expand Down

0 comments on commit 5adc25c

Please sign in to comment.