Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nthykier committed Jun 1, 2024
2 parents ae0e8d2 + e89fd5b commit 37d4b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
- -d
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -68,7 +68,7 @@ repos:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [--toml, pyproject-codespell.precommit-toml]
Expand Down
6 changes: 1 addition & 5 deletions codespell_lib/_codespell.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
Tuple,
)

from ._spellchecker import (
DetectedMisspelling,
LineTokenizer,
Spellchecker,
)
from ._spellchecker import DetectedMisspelling, LineTokenizer, Spellchecker
from ._text_util import fix_case

# autogenerated by setuptools_scm
Expand Down

0 comments on commit 37d4b38

Please sign in to comment.