mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
Run Ruff linter and cleanup a huge amount of unnecessary imports
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -544,6 +544,12 @@ jobs:
|
||||
"$PYTHON" -m pip install pytest
|
||||
"$PYTHON" -m pytest ../tests/ -v
|
||||
|
||||
- name: Lint with ruff
|
||||
run: |
|
||||
"$PYTHON" -m pip install ruff
|
||||
ruff check ../src/gam/
|
||||
ruff check ../tests/
|
||||
|
||||
- name: Install PyInstaller
|
||||
if: matrix.goal == 'build'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user