Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Plateformes épidémiosurveillance
ESV
Système d Information
Templates
Merge requests
!1
Resolve "Bug de black"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Bug de black"
2-bug-de-black
into
main
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Jean-Baptiste Louvet
requested to merge
2-bug-de-black
into
main
2 weeks ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#2 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b797ad1d
1 commit,
2 weeks ago
2 files
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
CI-CD/many_lint_and_sast.yml
+
7
−
7
Options
@@ -31,18 +31,18 @@ many_lint_and_sast:
-
poetry install --with dev
script
:
-
if [ "$DEPTRY_ACTIVATED" = "true" ]; then
poetry run deptry $DEPTRY_OPTIONS; fi
poetry run
--
deptry $DEPTRY_OPTIONS; fi
-
if [ "$BLACK_ACTIVATED" = "true" ]; then
poetry run black $BLACK_OPTIONS; fi
poetry run
--
black $BLACK_OPTIONS; fi
-
if [ "$SEMGREP_ACTIVATED" = "true" ]; then
poetry run semgrep scan $SEMGREP_OPTIONS; fi
poetry run
--
semgrep scan $SEMGREP_OPTIONS; fi
-
if [ "$BANDIT_ACTIVATED" = "true" ]; then
poetry run bandit $BANDIT_OPTIONS; fi
poetry run
--
bandit $BANDIT_OPTIONS; fi
-
if [ "$MYPY_ACTIVATED" = "true" ]; then
poetry run mypy $MYPY_OPTIONS; fi
poetry run
--
mypy $MYPY_OPTIONS; fi
-
if [ "$VULTURE_ACTIVATED" = "true" ]; then
poetry run vulture $VULTURE_OPTIONS; fi
poetry run
--
vulture $VULTURE_OPTIONS; fi
-
if [ "$RUFF_ACTIVATED" = "true" ]; then
poetry run ruff check $RUFF_OPTIONS; fi
poetry run
--
ruff check $RUFF_OPTIONS; fi
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
Loading