Skip to content

Commit f38157a

Browse files
chore(deps): pre-commit.ci autoupdate (#471)
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d2b550e commit f38157a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: ["-a", "from __future__ import annotations"]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.15.0
32+
rev: v3.15.1
3333
hooks:
3434
- id: pyupgrade
3535
args: ["--py38-plus"]
@@ -42,7 +42,7 @@ repos:
4242
args: ["--py38-plus"]
4343

4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 24.1.1
45+
rev: 24.2.0
4646
hooks:
4747
- id: black-jupyter
4848

0 commit comments

Comments
 (0)