Skip to content

Commit

Permalink
Bump the pip group with 1 update (#5)
Browse files Browse the repository at this point in the history
* Bump the pip group with 1 update

Bumps the pip group with 1 update: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.3.0 to 0.3.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@v0.3.0...v0.3.4)

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

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

* Align ruff version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
dependabot[bot] and fcollonval authored Apr 10, 2024
1 parent 0d839d4 commit 75db4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
["traitlets>=5.13"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.4
hooks:
- id: ruff
types_or: [python, jupyter]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dev = [
"pytest-cov",
"coverage",
"hatch",
"ruff==0.3.0",
"ruff==0.3.4",
]

# [project.scripts]
Expand Down

0 comments on commit 75db4a2

Please sign in to comment.