Skip to content

Commit 0d62803

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.3.5...v0.5.6)
1 parent 456da2c commit 0d62803

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.17.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.8.0
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.6"
3535
hooks:
3636
- id: ruff
3737
args: ["--fix"]

0 commit comments

Comments
 (0)