Refactor regex_replacer
to split up responsibilities.
#19
Annotations
11 errors and 1 warning
mypy
Process completed with exit code 1.
|
Ruff (F401):
src/dj_angles/caseconverter/__init__.py#L1
src/dj_angles/caseconverter/__init__.py:1:43: F401 `dj_angles.caseconverter.kebab.kebabify` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L40
src/dj_angles/caseconverter/boundaries.py:40:27: ARG002 Unused method argument: `pc`
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L43
src/dj_angles/caseconverter/boundaries.py:43:22: ARG002 Unused method argument: `pc`
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L43
src/dj_angles/caseconverter/boundaries.py:43:26: ARG002 Unused method argument: `cc`
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L53
src/dj_angles/caseconverter/boundaries.py:53:27: ARG002 Unused method argument: `pc`
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L56
src/dj_angles/caseconverter/boundaries.py:56:22: ARG002 Unused method argument: `pc`
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L56
src/dj_angles/caseconverter/boundaries.py:56:26: ARG002 Unused method argument: `cc`
|
Ruff (E711):
src/dj_angles/caseconverter/boundaries.py#L66
src/dj_angles/caseconverter/boundaries.py:66:22: E711 Comparison to `None` should be `cond is not None`
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L68
src/dj_angles/caseconverter/boundaries.py:68:22: ARG002 Unused method argument: `pc`
|
Ruff (ARG002):
src/dj_angles/caseconverter/boundaries.py#L68
src/dj_angles/caseconverter/boundaries.py:68:30: ARG002 Unused method argument: `input_buffer`
|
mypy
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|