From e72502cb7a6ff6753d029692b1f988738919b463 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 7 Aug 2023 14:13:09 +0200 Subject: [PATCH] misc: add pre commit hook to force single quotes (#80309) --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9e7b115f..99ae7d047 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,10 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + - id: double-quote-string-fixer - repo: https://github.com/asottile/pyupgrade rev: v3.3.1 hooks: