Skip to content

Commit

Permalink
build(deps): update dependency ruff to v0.5.5 (#675)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Jul 29, 2024
1 parent cbb08d5 commit b66dbeb
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 @@ -64,7 +64,7 @@ else
pipx install --force pre-commit==3.7.1
endif
pipx install --force pyproject-fmt==2.1.4
pipx install --force ruff==0.5.4
pipx install --force ruff==0.5.5
pipx install --force watchfiles==0.22.0

########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else
pipx install --force pre-commit==3.7.1
endif
pipx install --force pyproject-fmt==2.1.4
pipx install --force ruff==0.5.4
pipx install --force ruff==0.5.5
pipx install --force watchfiles==0.22.0

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

0 comments on commit b66dbeb

Please sign in to comment.