diff --git a/.flake8 b/.flake8 index 83a86a2..6872797 100644 --- a/.flake8 +++ b/.flake8 @@ -4,4 +4,4 @@ extend-ignore = E203, W503 per-file-ignores = configuration/*:E131,E251,E266,E302,E305,E501,E722 startup_scripts/startup_script_utils/__init__.py:F401 - docker/*:E266,E722 + docker/*:E266,E722,E501 diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index a9c8f47..1d36167 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -55,7 +55,7 @@ if [ "$SKIP_SUPERUSER" == "true" ]; then echo "↩️ Skip creating the superuser" else ./manage.py shell --no-startup --no-imports --interface python \ - < /opt/netbox/super_user.py +