From f097f7ea2c8bd2c77494986cb51c412462f210bd Mon Sep 17 00:00:00 2001 From: CasperWA Date: Wed, 2 Aug 2023 06:33:50 +0000 Subject: [PATCH] Update `pre-commit` hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7789b5..11ac260 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: exclude: ^.*\.ttl$ - repo: https://github.com/ambv/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black args: @@ -33,7 +33,7 @@ repos: exclude: ^tests/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy exclude: ^tests/.*$