From 71d7f413911798a2fcdde65e30825a5fd064c125 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Fri, 31 May 2024 13:07:16 +1200 Subject: [PATCH] Update the add-trailing-comma hook. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5fcd9e8..947fcf5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/add-trailing-comma - rev: v2.4.0 + rev: v3.1.0 hooks: - id: add-trailing-comma args: [--py36-plus]