Skip to content

Commit 947e6f9

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.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0)
1 parent 5ade65a commit 947e6f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.2
7676
hooks:
7777
- id: pyupgrade
7878
args: [--py36-plus]
@@ -82,12 +82,12 @@ repos:
8282
- id: yesqa
8383
additional_dependencies: [pep8-naming]
8484
- repo: https://github.com/pre-commit/mirrors-mypy
85-
rev: v1.8.0
85+
rev: v1.9.0
8686
hooks:
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.3.0"
9191
hooks:
9292
- id: black
9393
language_version: python38

0 commit comments

Comments
 (0)