Skip to content
Snippets Groups Projects

Add doc-string linting with velin

Merged Oscar Gustafsson requested to merge addvelin into master
1 file
+ 1
7
Compare changes
  • Side-by-side
  • Inline
+ 1
7
@@ -110,13 +110,7 @@ run-doc-test:
script:
- pip install -r requirements_doc.txt
- sphinx-build -b html docs_sphinx public
run-lint:
variables:
QT_API: pyside2
image: python:3.10
stage: test
script:
# Run linting on doc-strings
- pip install black velin
- velin . --check --black
Loading