Skip to content

Commit b94d792

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.11.0](psf/black-pre-commit-mirror@23.3.0...25.11.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.4](astral-sh/ruff-pre-commit@v0.0.260...v0.14.4)
1 parent e35fde7 commit b94d792

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v3.4.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -14,13 +14,13 @@ repos:
1414
- id: pretty-format-json
1515
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1616

17-
- repo: https://github.com/psf/black
18-
rev: 23.3.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.11.0
1919
hooks:
2020
- id: black
2121

22-
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: "v0.0.260"
22+
- repo: https://github.com/astral-sh/ruff-pre-commit
23+
rev: "v0.14.4"
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]

0 commit comments

Comments
 (0)