Skip to content

Commit 3727467

Browse files
[pre-commit.ci] pre-commit suggestions (#48)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.0...v0.8.6) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f16b175 commit 3727467

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -27,7 +27,7 @@ repos:
2727
- id: end-of-file-fixer
2828
- id: mixed-line-ending
2929
- repo: https://github.com/psf/black
30-
rev: "24.4.2"
30+
rev: "24.10.0"
3131
hooks:
3232
- id: black
3333
- id: black-jupyter
@@ -37,7 +37,7 @@ repos:
3737
- id: isort
3838
args: ["--profile", "black"]
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.5.0
40+
rev: v0.8.6
4141
hooks:
4242
- id: ruff
4343
args: ['--fix']

0 commit comments

Comments
 (0)