Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (jupyterlab#17145)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6)

* Align ruff

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <[email protected]>
  • Loading branch information
2 people authored and ImpSy committed Jan 7, 2025
1 parent ef4802a commit 5586ae4
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 @@ -33,7 +33,7 @@ repos:

# Check ruff version is aligned with the one in pyproject.toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.6
hooks:
- id: ruff
args: ["--fix"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dev = [
"coverage",
"hatch",
"bump2version",
"ruff==0.8.4",
"ruff==0.8.6",
]
upgrade-extension = [
"pyyaml-include<3.0",
Expand Down

0 comments on commit 5586ae4

Please sign in to comment.