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