Loading python/bandit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # bandit performs static security analysis of python packages # https://bandit.readthedocs.io/en/latest/ include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" variables: BANDIT_SKIP_CHECK: "" # Comma separated, i.e.: B101,B703 Loading python/black.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # black is the uncompromising python code formatter # https://github.com/psf/black include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:black: extends: .python:pre Loading python/build.yml +1 −1 Original line number Diff line number Diff line --- include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:build: extends: .python:pre Loading python/flake8.yml +1 −1 Original line number Diff line number Diff line --- include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:flake8: stage: test Loading python/flawfinder.yml +1 −1 Original line number Diff line number Diff line --- # https://dwheeler.com/flawfinder/ include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:flawfinder: extends: .python:pre Loading Loading
python/bandit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # bandit performs static security analysis of python packages # https://bandit.readthedocs.io/en/latest/ include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" variables: BANDIT_SKIP_CHECK: "" # Comma separated, i.e.: B101,B703 Loading
python/black.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # black is the uncompromising python code formatter # https://github.com/psf/black include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:black: extends: .python:pre Loading
python/build.yml +1 −1 Original line number Diff line number Diff line --- include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:build: extends: .python:pre Loading
python/flake8.yml +1 −1 Original line number Diff line number Diff line --- include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:flake8: stage: test Loading
python/flawfinder.yml +1 −1 Original line number Diff line number Diff line --- # https://dwheeler.com/flawfinder/ include: - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml" python:flawfinder: extends: .python:pre Loading