Adding code to check if the all switch is called (#1603)

This commit is contained in:
Daniel W. Anner
2023-09-05 15:39:21 -04:00
committed by GitHub
parent 7757967161
commit b25e45e1b7
3 changed files with 15 additions and 3 deletions

View File

@ -21,6 +21,11 @@ COMPONENT_TYPES = (
'module-bays',
)
PRECOMMIT_ALL_SWITCHES = [
'-a',
'--all-files'
]
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..'))
KNOWN_SLUGS = set()