Skip to content
Snippets Groups Projects
Commit 64a331eb authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add ruff linting

parent bdb33814
No related branches found
No related tags found
No related merge requests found
Pipeline #96803 failed
...@@ -123,6 +123,8 @@ run-doc-test: ...@@ -123,6 +123,8 @@ run-doc-test:
# Run linting on doc-strings # Run linting on doc-strings
- pip install black velin - pip install black velin
- velin . --check --black - velin . --check --black
- pip install ruff
- ruff b_asic --format=gitlab
pages: pages:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment