Skip to content

Commit 8779197

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [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.4.0](psf/black@24.1.1...24.4.0)
1 parent 5ade65a commit 8779197

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
# General
1010
- id: check-added-large-files
@@ -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.4.0"
9191
hooks:
9292
- id: black
9393
language_version: python38

0 commit comments

Comments
 (0)