jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
175 stars 38 forks source link

Consider removing vsg/rules/__init__.py and vsg/vhdlFile/extract/__init__.py import index files #1147

Open alonbl opened 3 months ago

alonbl commented 3 months ago

Remaining issue from #1141.

These two files are index files, they are not passing isort, as isort gets lost in the index and naming.

Why do we need these index import? why can't we just use the imports directly and remove these files?