Skip to content

Commit 0b98c4f

Browse files
build(deps-dev): bump ruff from 0.8.2 to 0.8.4 (#295)
* 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]>
1 parent 6db783b commit 0b98c4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: requirements-txt-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: 'v0.8.2'
25+
rev: 'v0.8.4'
2626
hooks:
2727
- id: ruff
2828
args:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"pytest-pretty>=1.0.0,<2.0.0",
5050
]
5151
quality = [
52-
"ruff==0.8.2",
52+
"ruff==0.8.4",
5353
"mypy==1.13.0",
5454
"types-Pillow",
5555
"pre-commit>=3.0.0,<4.0.0",
@@ -77,7 +77,7 @@ dev = [
7777
"pytest-cov>=4.0.0,<5.0.0",
7878
"pytest-pretty>=1.0.0,<2.0.0",
7979
# style
80-
"ruff==0.8.2",
80+
"ruff==0.8.4",
8181
"mypy==1.13.0",
8282
"types-Pillow",
8383
"pre-commit>=3.0.0,<4.0.0",

0 commit comments

Comments
 (0)