Skip to content

hartwork/no-cyclic-imports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-cyclic-imports

pre-commit Run the test suite PyPI - Version PyPI - Python Version

Tool to detect and report on cyclic imports in a Python codebase

$ no-cyclic-imports --no-follow cyclic/
package123 -> package123.a -> package123.b -> package123

1 cycle(s).

Table of Contents

Installation

$ pip3 install no-cyclic-imports
$ pipx install no-cyclic-imports

License

no-cyclic-imports is distributed under the terms of the Affero GPL v3 or later license.