Skip to content

Commit

Permalink
Bump ruff from 0.4.3 to 0.4.5 (#87)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.4.3 to 0.4.5

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.3 to 0.4.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.3...v0.4.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG.md

* Update .pre-commit-config.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and stumpylog authored May 28, 2024
1 parent 7a9db94 commit cd219fb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.7'
rev: 'v0.4.5'
hooks:
- id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump black from 24.4.0 to 24.4.2 (by @dependabot in [#81](https://github.com/stumpylog/image-cleaner-action/pull/81))
- Bump mypy from 1.9.0 to 1.10.0 (by @dependabot in [#82](https://github.com/stumpylog/image-cleaner-action/pull/82))
- Bump pre-commit from 3.7.0 to 3.7.1 (by @dependabot in [#86](https://github.com/stumpylog/image-cleaner-action/pull/86))
- Bump ruff from 0.4.3 to 0.4.5 (by @dependabot in [#87](https://github.com/stumpylog/image-cleaner-action/pull/87))

## [0.6.0] - 2024-04-15

Expand Down
36 changes: 18 additions & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd219fb

Please sign in to comment.