We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6289b commit cb56cb6Copy full SHA for cb56cb6
1 file changed
codespell_lib/_codespell.py
@@ -418,8 +418,8 @@ def parse_options(args):
418
except Exception as exc:
419
if raise_error:
420
raise ImportError(
421
- f'tomli is required to read pyproject.toml but could not be '
422
- f'imported, got: {exc}') from None
+ f'tomli is required to read pyproject.toml but could not '
+ f'be imported, got: {exc}') from None
423
else:
424
continue
425
with open(toml_file, 'rb') as f:
0 commit comments