and other ruff call...

add-ci
BioBootloader 2023-04-26 17:13:44 -07:00
rodzic d71fe5daef
commit 42a9986aad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 --exclude examples/ .
# default set of ruff rules with GitHub Annotations
ruff --format=github --target-version=py37 .
ruff --format=github --target-version=py37 --exclude examples/ .
- name: Test with pytest
run: |
pytest