mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-23 22:26:23 +00:00
Fix linting issues with flake8 and black. Add pre-commit congifuration, update documnetation for it. Apply linting check in Travis CI.
4 lines
118 B
Python
4 lines
118 B
Python
from kube_hunter.modules.report.factory import get_reporter, get_dispatcher
|
|
|
|
__all__ = [get_reporter, get_dispatcher]
|