Skip to content

Commit 746745e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...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.1.11 → v0.11.5](astral-sh/ruff-pre-commit@v0.1.11...v0.11.5) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.9.1](nbQA-dev/nbQA@1.7.1...1.9.1)
1 parent ec6d567 commit 746745e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -15,14 +15,14 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.0
18+
rev: v3.19.1
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- "--py38-plus"
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.12.1
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828

@@ -31,8 +31,8 @@ repos:
3131
hooks:
3232
- id: blackdoc
3333

34-
- repo: https://github.com/charliermarsh/ruff-pre-commit
35-
rev: "v0.1.11"
34+
- repo: https://github.com/astral-sh/ruff-pre-commit
35+
rev: "v0.11.5"
3636
hooks:
3737
- id: ruff
3838
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
4343
- id: prettier
4444

4545
- repo: https://github.com/nbQA-dev/nbQA
46-
rev: 1.7.1
46+
rev: 1.9.1
4747
hooks:
4848
- id: nbqa-ruff
4949
args: ["--fix"]

0 commit comments

Comments
 (0)