mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-08-16 09:57:56 +02:00
Adding code to check if the all switch is called (#1603)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user