Skip to content

Commit b062d10

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ repos:
6060
- id: rm-unneeded-f-str
6161

6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v3.15.0
63+
rev: v3.15.1
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py38-plus]
6767

6868
# Last modifier: Coding Standard
6969
- repo: https://github.com/psf/black
70-
rev: 24.1.1
70+
rev: 24.2.0
7171
hooks:
7272
- id: black
7373

0 commit comments

Comments
 (0)