mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 05:33:13 +00:00
Some checks are pending
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
push / Checks syntax of our code (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
Support new API token format
8 lines
212 B
INI
8 lines
212 B
INI
[flake8]
|
|
max-line-length = 100
|
|
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,E501
|