From 78faaead258596b32d7505c34175a8def857c50b Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Fri, 19 Aug 2022 11:50:27 +0530 Subject: [PATCH] fix: add codespell allowed word ro --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 709a9d78..3c2101d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,6 +32,9 @@ repos: rev: v2.2.0 hooks: - id: codespell + args: + - -L + - "ro" - repo: local hooks: