From fcdf184e029099d749aaef3417280c0755f92f93 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 26 Dec 2023 21:11:43 +0200 Subject: [PATCH] pre-commit autoupdate --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a50580e..5586611 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: # https://github.com/Mikaela/gist/blob/master/doctoc.txt args: [--update-only] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.7.1" + rev: "v1.8.0" hooks: - id: mypy - repo: https://github.com/asottile/pyupgrade @@ -72,7 +72,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3" + rev: "v4.0.0-alpha.8" hooks: - id: prettier exclude_types: [python, pyi, jupyter] @@ -83,7 +83,7 @@ repos: "@prettier/plugin-ruby@4.0.3", ] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black #Refer to pyproject.toml