Commit ca34f818 authored by Federico Falconieri's avatar Federico Falconieri
Browse files

pin to 6.0.1

parent d294c8c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+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
+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
+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