precommit test
This commit is contained in:
parent
fb0def13c9
commit
f9176f771c
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ CODE405 = True
|
|||
CODE102 = True
|
||||
|
||||
# Optional
|
||||
CODE101 = False
|
||||
CODE101 = True
|
||||
CODE408 = False
|
||||
|
||||
# Variables
|
||||
|
|
|
|||
|
|
@ -12,12 +12,12 @@ def set_defaults(file_path):
|
|||
'BRFLAG': 'False',
|
||||
'FIXTEXTWRAP': 'True',
|
||||
'IGNORETLTEXT': 'False',
|
||||
# Dialogue / Scroll / Choices (Main Codes)
|
||||
# Speakers / Dialogue / Scroll / Choices (Main Codes)
|
||||
'CODE101': 'True',
|
||||
'CODE401': 'True',
|
||||
'CODE405': 'True',
|
||||
'CODE102': 'True',
|
||||
# Optional
|
||||
'CODE101': 'False',
|
||||
'CODE408': 'False',
|
||||
# Variables
|
||||
'CODE122': 'False',
|
||||
|
|
|
|||
Loading…
Reference in a new issue