Skip to content

Commit dfbdc63

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1) - [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)
1 parent 61aaf13 commit dfbdc63

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
@@ -48,7 +48,7 @@ repos:
4848
- id: prettier
4949
args: [--config, .meta/prettierrc.yml]
5050
- repo: https://github.com/adrienverge/yamllint
51-
rev: "v1.33.0"
51+
rev: "v1.35.1"
5252
hooks:
5353
- id: yamllint
5454
args: [-c, .meta/yamllint.yaml]
@@ -75,7 +75,7 @@ repos:
7575
- id: add-trailing-comma
7676
args: [--py36-plus]
7777
- repo: https://github.com/asottile/pyupgrade
78-
rev: "v3.15.0"
78+
rev: "v3.15.1"
7979
hooks:
8080
- id: pyupgrade
8181
args: [--py36-plus]
@@ -89,7 +89,7 @@ repos:
8989
- id: mypy
9090
args: [--config-file, .meta/mypy.ini]
9191
- repo: https://github.com/psf/black
92-
rev: "24.1.1"
92+
rev: "24.2.0"
9393
hooks:
9494
- id: black
9595
language_version: python38

0 commit comments

Comments
 (0)