Skip to content

Commit fb3a9c4

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 5ade65a commit fb3a9c4

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
@@ -45,7 +45,7 @@ repos:
4545
- id: prettier
4646
args: [--config, .meta/prettierrc.yml]
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.33.0
48+
rev: v1.35.1
4949
hooks:
5050
- id: yamllint
5151
args: [-c, .meta/yamllint.yaml]
@@ -72,7 +72,7 @@ repos:
7272
- id: add-trailing-comma
7373
args: [--py36-plus]
7474
- repo: https://github.com/asottile/pyupgrade
75-
rev: v3.15.0
75+
rev: v3.15.1
7676
hooks:
7777
- id: pyupgrade
7878
args: [--py36-plus]
@@ -87,7 +87,7 @@ repos:
8787
- id: mypy
8888
args: [--config-file, .meta/mypy.ini]
8989
- repo: https://github.com/psf/black
90-
rev: "24.1.1"
90+
rev: "24.2.0"
9191
hooks:
9292
- id: black
9393
language_version: python38

0 commit comments

Comments
 (0)