This commit is contained in:
Nicholas Albion
2023-09-09 11:50:55 +10:00
parent 3f36d04821
commit 4b64631bec
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,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 .
# default set of ruff rules with GitHub Annotations
#ruff --format=github --target-version=py37 .
#ruff --format=github --target-version=py37 --ignore=F401,E501 .
- name: Run tests
run: |