Skip to content

Commit

Permalink
sqa: add pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Nov 18, 2024
1 parent 4e25e6f commit b46a036
Show file tree
Hide file tree
Showing 90 changed files with 2,135 additions and 667 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
pip install pytest flake8 black ruff
pip install pytest flake8 black ruff pylint polars pandas
- name: Test the code style
run: |
Expand Down
Loading

0 comments on commit b46a036

Please sign in to comment.