diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64db267776..5598e6b11d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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] diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index baa176cba1..2ea9764e63 100644 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -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