Skip to content

Commit

Permalink
fixed comments in build yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcocdawc committed Dec 13, 2024
1 parent 0769f9a commit 133e01c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quemb_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
- name: Static analysis with ruff
# for the moment we want to report always report success
run: |
ruff check .
Expand All @@ -69,7 +68,7 @@ jobs:
# TODO: if they add it to ruff as well https://github.com/astral-sh/ruff/issues/9103
# remove pylint.
run: |
pylint --disable=all --enable=E0401,R0401,E0611 . # for the moment we want to report always report success
pylint --disable=all --enable=E0401,R0401,E0611 .
- name: Static analysis with mypy
Expand Down

0 comments on commit 133e01c

Please sign in to comment.