Skip to content

Commit 79e448d

Browse files
[pre-commit.ci] pre-commit suggestions (#25)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.5.0](astral-sh/ruff-pre-commit@v0.0.261...v0.5.0) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) <!--pre-commit.ci end-->
1 parent 0d2d5a2 commit 79e448d

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.5.0
12+
rev: v4.6.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.3.0"
30+
rev: "24.4.2"
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.3.5
40+
rev: v0.5.0
4141
hooks:
4242
- id: ruff
4343
args: ['--fix']

0 commit comments

Comments
 (0)