Skip to content

Commit b387545

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.2](astral-sh/ruff-pre-commit@v0.3.5...v0.5.2)
1 parent 456da2c commit b387545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ repos:
1313
- id: mixed-line-ending
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.15.2
16+
rev: v3.16.0
1717
hooks:
1818
- id: pyupgrade
1919
args:
2020
- "--py38-plus"
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.3.0
23+
rev: 24.4.2
2424
hooks:
2525
- id: black
2626
- id: black-jupyter
@@ -31,7 +31,7 @@ repos:
3131
- id: blackdoc
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.3.5"
34+
rev: "v0.5.2"
3535
hooks:
3636
- id: ruff
3737
args: ["--fix"]

0 commit comments

Comments
 (0)