Skip to content

Commit

Permalink
build(deps): update dependency ruff to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] authored and huxuan committed Oct 22, 2024
1 parent db3e494 commit 3c8c08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ prerequisites:
pipx install --force pdm==2.19.3
pipx install --force pre-commit==4.0.1
pipx install --force pyproject-fmt==2.4.3
pipx install --force ruff==0.6.9
pipx install --force ruff==0.7.0
pipx install --force watchfiles==0.24.0

########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ prerequisites:
pipx install --force pdm==2.19.3
pipx install --force pre-commit==4.0.1
pipx install --force pyproject-fmt==2.4.3
pipx install --force ruff==0.6.9
pipx install --force ruff==0.7.0
pipx install --force watchfiles==0.24.0

########################################################################################
Expand Down

0 comments on commit 3c8c08d

Please sign in to comment.