Skip to content

Commit 3e496fd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.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.9.9](astral-sh/ruff-pre-commit@v0.0.260...v0.9.9)
1 parent e35fde7 commit 3e496fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -15,12 +15,12 @@ repos:
1515
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1616

1717
- repo: https://github.com/psf/black
18-
rev: 23.3.0
18+
rev: 25.1.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.9.9"
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]

0 commit comments

Comments
 (0)