Skip to content
Snippets Groups Projects

Ruff precommit

Merged Oscar Gustafsson requested to merge ruffprecommit into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -4,7 +4,8 @@ stages:
before_script:
- apt-get update --yes
- apt-get install --yes build-essential cmake graphviz python3-pyqt5 xvfb xdg-utils lcov
# - apt-get install --yes build-essential cmake graphviz python3-pyqt5 xvfb xdg-utils lcov
- apt-get install --yes graphviz python3-pyqt5 xvfb xdg-utils
- python -m pip install --upgrade pip
- python --version
- pip install -r requirements.txt
@@ -123,6 +124,10 @@ run-doc-test:
# Run linting on doc-strings
- pip install black velin
- velin . --check --black
- pip install ruff
- ruff b_asic --format=gitlab > ruff.json
artifacts:
paths: ['ruff.json']
pages:
variables:
Loading