Skip to content

Commit

Permalink
build(deps-dev): bump ruff from 0.4.10 to 0.5.0 (#359)
Browse files Browse the repository at this point in the history
* build(deps): bump ruff from 0.4.10 to 0.5.0

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0.
- [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.10...0.5.0)

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

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

* style(pre-commit): bump ruff to 0.5.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: F-G Fernandez <26927750+frgfm@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and frgfm committed Jun 28, 2024
1 parent 55052f1 commit 0e31173
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 @@ -21,7 +21,7 @@ repos:
args: ['--branch', 'main']
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.4.10'
rev: 'v0.5.0'
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 @@ -56,7 +56,7 @@ training = [
"codecarbon>=2.0.0,<3.0.0",
]
quality = [
"ruff==0.4.10",
"ruff==0.5.0",
"mypy==1.10.0",
"types-tqdm",
"pre-commit>=3.0.0,<4.0.0",
Expand All @@ -83,7 +83,7 @@ dev = [
"pytest-pretty>=1.0.0,<2.0.0",
"onnx>=1.13.0,<2.0.0",
# style
"ruff==0.4.10",
"ruff==0.5.0",
"mypy==1.10.0",
"types-tqdm",
"pre-commit>=3.0.0,<4.0.0",
Expand Down

0 comments on commit 0e31173

Please sign in to comment.