From 9e81403a5c3aaa011cfdaa9153cd99a2a8123e39 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 2 Nov 2022 19:52:49 -0700 Subject: [PATCH] Remove codespell --- .dictionary.txt | 4 ---- .pre-commit-config.yaml | 9 ++++----- 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 .dictionary.txt diff --git a/.dictionary.txt b/.dictionary.txt deleted file mode 100644 index 32171aae5c..0000000000 --- a/.dictionary.txt +++ /dev/null @@ -1,4 +0,0 @@ -ists -commitish -atleast -alpha-numeric diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58fe5845f9..06ce001b99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,11 +18,6 @@ repos: rev: v1.50.1 hooks: - id: golangci-lint - - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 - hooks: - - id: codespell - args: [--ignore-words=.dictionary.txt] - repo: https://github.com/asottile/pyupgrade rev: v3.2.0 hooks: @@ -31,3 +26,7 @@ repos: rev: 5.10.1 hooks: - id: isort + - repo: https://github.com/psf/black + rev: 22.10.0 + hooks: + - id: black