Skip to content

Commit

Permalink
pre-commit: Fix typos using codespell (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 17, 2022
1 parent 67ee42e commit a5213fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -6,6 +6,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
hooks:
- id: codespell

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -14,7 +14,7 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Quality Assurance
kewords = clean, fix, automatic, unused, import
keywords = clean, fix, automatic, unused, import

[options]
packages = find:
Expand Down

0 comments on commit a5213fb

Please sign in to comment.