Skip to content

Commit 231a004

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v3.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](psf/black-pre-commit-mirror@23.3.0...25.9.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.14.3](astral-sh/ruff-pre-commit@v0.0.260...v0.14.3) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.9.1](nbQA-dev/nbQA@1.7.0...1.9.1) - [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 6e43158 commit 231a004

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,20 +10,20 @@ repos:
1010
- id: pretty-format-json
1111
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1212

13-
- repo: https://github.com/psf/black
14-
rev: 23.3.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.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.14.3"
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.9.1
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)