Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ repos: rev: v0.2.7 hooks: - id: unimport args: [--remove] args: [--remove, --exclude=__init__.py] - repo: https://github.com/timothycrosley/isort rev: 4.3.21-2 Loading setup.cfg +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ exclude = per-file-ignores = setup.py: D100, E702 tests/*.py: D100, C801 **/__init__.py: D104 **/__init__.py: D104, F401, F403 **/__main__.py: D100, E702 ignore = Loading wpa_supplicant/client/__init__.py +7 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,10 @@ """ WPA-Supplicant client classes """ from .base import BaseClient from .consts import * from .interfaces import InterfaceClient from .master import MasterClient __all__ = list(globals().keys()) Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ repos: rev: v0.2.7 hooks: - id: unimport args: [--remove] args: [--remove, --exclude=__init__.py] - repo: https://github.com/timothycrosley/isort rev: 4.3.21-2 Loading
setup.cfg +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ exclude = per-file-ignores = setup.py: D100, E702 tests/*.py: D100, C801 **/__init__.py: D104 **/__init__.py: D104, F401, F403 **/__main__.py: D100, E702 ignore = Loading
wpa_supplicant/client/__init__.py +7 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,10 @@ """ WPA-Supplicant client classes """ from .base import BaseClient from .consts import * from .interfaces import InterfaceClient from .master import MasterClient __all__ = list(globals().keys())