From 46a738d84704ddad64c13723ae3fe7c6dd32872e Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Tue, 5 Apr 2022 22:24:06 +0800 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 23c83af8..d922f869 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/ambv/black - rev: 21.12b0 + rev: 22.3.0 hooks: - id: black @@ -12,7 +12,7 @@ repos: exclude: ^.*/?setup\.py$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: trailing-whitespace exclude: ^tests/(toml-test|toml-spec-tests)/.*