Skip to content

Commit

Permalink
build(deps-dev): bump ruff from 0.8.2 to 0.8.4 (#295)
Browse files Browse the repository at this point in the history
* build(deps): bump ruff from 0.8.2 to 0.8.4

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.2 to 0.8.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.2...0.8.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* style(precommit): bump ruff to 0.8.4

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: F-G Fernandez <[email protected]>
  • Loading branch information
dependabot[bot] and frgfm authored Dec 28, 2024
1 parent 6db783b commit 0b98c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.8.2'
rev: 'v0.8.4'
hooks:
- id: ruff
args:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test = [
"pytest-pretty>=1.0.0,<2.0.0",
]
quality = [
"ruff==0.8.2",
"ruff==0.8.4",
"mypy==1.13.0",
"types-Pillow",
"pre-commit>=3.0.0,<4.0.0",
Expand Down Expand Up @@ -77,7 +77,7 @@ dev = [
"pytest-cov>=4.0.0,<5.0.0",
"pytest-pretty>=1.0.0,<2.0.0",
# style
"ruff==0.8.2",
"ruff==0.8.4",
"mypy==1.13.0",
"types-Pillow",
"pre-commit>=3.0.0,<4.0.0",
Expand Down

0 comments on commit 0b98c4f

Please sign in to comment.