Skip to content

Commit 0de368c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v3.4.0...v4.6.0) - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.260 → v0.3.7](astral-sh/ruff-pre-commit@v0.0.260...v0.3.7) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.8.5](nbQA-dev/nbQA@1.7.0...1.8.5) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.1...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.1...v4.0.0-alpha.8)
1 parent 08f8b70 commit 0de368c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -11,19 +11,19 @@ repos:
1111
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1212

1313
- repo: https://github.com/psf/black
14-
rev: 23.3.0
14+
rev: 24.4.0
1515
hooks:
1616
- id: black
1717
args: ["--line-length", "100"]
1818

19-
- repo: https://github.com/charliermarsh/ruff-pre-commit
20-
rev: "v0.0.260"
19+
- repo: https://github.com/astral-sh/ruff-pre-commit
20+
rev: "v0.3.7"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
2424

2525
- repo: https://github.com/nbQA-dev/nbQA
26-
rev: 1.7.0
26+
rev: 1.8.5
2727
hooks:
2828
- id: nbqa-ruff
2929
args: ["--fix"]
@@ -35,7 +35,7 @@ repos:
3535
args: ["--py37-plus"]
3636

3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: v2.2.1
38+
rev: v4.0.0-alpha.8
3939
hooks:
4040
- id: prettier
4141
language_version: system
@@ -51,7 +51,7 @@ repos:
5151
)$"
5252

5353
- repo: https://github.com/pre-commit/mirrors-prettier
54-
rev: v2.2.1
54+
rev: v4.0.0-alpha.8
5555
hooks:
5656
- id: prettier
5757
name: prettier-markdown

0 commit comments

Comments
 (0)