Skip to content

WIP class to dump a directory tree to console

Codacy Production / Codacy Static Code Analysis required action Aug 9, 2023 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- py_maker/tree/tree.py  5
- tests/test_pymaker.py  2
- py_maker/commands/template.py  7
- tests/test_helpers.py  4
- tests/test_constants.py  4
- tests/test_settings.py  9
- tests/test_config.py  7
- py_maker/helpers.py  1
         

Complexity decreasing per file
==============================
+ py_maker/pymaker.py  -3
         

See the complete overview on Codacy

Annotations

Check notice on line 1 in py_maker/tree/__init__.py

See this annotation in the file changed.

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

py_maker/tree/__init__.py#L1

'.tree.FileTree' imported but unused (F401)

Check warning on line 8 in py_maker/tree/tree.py

See this annotation in the file changed.

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

py_maker/tree/tree.py#L8

Redefining built-in 'print'