Skip to content

Commit 06d01f8

Browse files
committed
sqa: add pylint fixes
1 parent 4e25e6f commit 06d01f8

File tree

90 files changed

+2137
-667
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+2137
-667
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install test dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install pytest flake8 black ruff
30+
pip install pytest flake8 black ruff pylint polars pandas
3131
3232
- name: Test the code style
3333
run: |

0 commit comments

Comments
 (0)