Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre-commit: Fix typos using codespell #141

Merged
merged 1 commit into from Sep 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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