mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-21 04:06:31 +00:00
Add more checks
This commit is contained in:
.github/scripts
docs
pyproject.tomlsrc/backend/InvenTree
InvenTree
api.pyapps.pyconfig.pycontext.pyconversion.pyexceptions.pyformat.pyforms.pyhelpers.pyhelpers_model.py
management
middleware.pymixins.pymodels.pypermissions.pyready.pyserializers.pysettings.pysocial_auth_urls.pystatus.pytasks.pytemplatetags
test_api.pytest_urls.pytests.pytranslation.pyunit_test.pyurls.pyvalidators.pyviews.pycommon
company
generic
importer
machine
order
part
plugin
report
templatetags
script
stock
users
@@ -10,7 +10,7 @@ tld = os.path.abspath(os.path.join(here, '..'))
|
||||
|
||||
config_file = os.path.join(tld, 'mkdocs.yml')
|
||||
|
||||
with open(config_file, 'r') as f:
|
||||
with open(config_file) as f:
|
||||
data = yaml.load(f, yaml.BaseLoader)
|
||||
|
||||
assert data['strict'] == 'true'
|
||||
|
Reference in New Issue
Block a user