diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6af5baa..ecb3697 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: prettier args: [--config, .meta/prettierrc.yml] - repo: https://github.com/adrienverge/yamllint - rev: "v1.33.0" + rev: "v1.35.1" hooks: - id: yamllint args: [-c, .meta/yamllint.yaml] @@ -73,7 +73,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: "v3.15.0" + rev: "v3.15.1" hooks: - id: pyupgrade args: [--py36-plus] @@ -88,7 +88,7 @@ repos: - id: mypy args: [--config-file, .meta/mypy.ini] - repo: https://github.com/psf/black - rev: "24.1.1" + rev: "24.2.0" hooks: - id: black language_version: python38