+ {% include 'inc/custom_fields_panel.html' with obj=inventoryitemtype %}
+ {% include 'extras/inc/tags_panel.html' with tags=inventoryitemtype.tags.all url='dcim:inventoryitemtype_list' %}
+
diff --git a/scripts/cibuild.sh b/scripts/cibuild.sh
index 282000b0a..ea173ad2e 100755
--- a/scripts/cibuild.sh
+++ b/scripts/cibuild.sh
@@ -27,7 +27,7 @@ fi
# - E501: line greater than 80 characters in length
pycodestyle \
--ignore=W504,E501 \
- netbox/
+ netbox
RC=$?
if [[ $RC != 0 ]]; then
echo -e "\n$(info) one or more PEP 8 errors detected, failing build."