Skip to content

Commit

Permalink
Remove codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 3, 2022
1 parent f34d727 commit 9e81403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .dictionary.txt

This file was deleted.

9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 9e81403

Please sign in to comment.