Skip to content

parse None, add convert_config=True - #4

Merged
casperdcl merged 9 commits into
mainfrom
parse-none
Sep 5, 2026
Merged

parse None, add convert_config=True#4
casperdcl merged 9 commits into
mainfrom
parse-none

docs: add git-fame contributors

95ba7d9
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 5, 2026 in 0s

10 new issues (0 max.) of at least severity.

Annotations

Check warning on line 61 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L61

Method _defaults has 54 lines of code (limit is 50)

Check failure on line 61 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L61

Method _defaults has a cyclomatic complexity of 23 (limit is 15)

Check warning on line 61 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L61

_defaults is too complex (21) (MC0001)

Check notice on line 62 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L62

First line should end with a period, question mark, or exclamation point (not 'v') (D415)

Check notice on line 130 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L130

1 blank line required between summary line and description (found 0) (D205)

Check notice on line 130 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L130

First line should end with a period, question mark, or exclamation point (not ':') (D415)

Check notice on line 130 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L130

Multi-line docstring summary should start at the second line (D213)

Check warning on line 134 in envwrap/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

envwrap/__init__.py#L134

Use isinstance() rather than type() for a typecheck.

Check failure on line 242 in tests/test_envwrap.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/test_envwrap.py#L242

No value for argument 'a' in function call

Check notice on line 295 in tests/test_envwrap.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/test_envwrap.py#L295

First line should end with a period, question mark, or exclamation point (not '`') (D415)