Skip to content
Snippets Groups Projects

Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist

Closed Mayr, Hannes requested to merge set-sast-config-1 into dev
8 files
+ 61
77
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 2
1
@@ -36,7 +36,8 @@ release = __version__
# ones.
extensions = [
'sphinx.ext.napoleon',
'autoapi.extension'
'autoapi.extension',
"myst_parser"
]
autoapi_type = 'python'
autoapi_dirs = ['../../plotid', '../../tests']
Loading