fix(deps): update machine-learning (#5180)

* fix(deps): update machine-learning

* updated ruff command

* use isinstance

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-25 22:37:48 -05:00
committed by GitHub
parent a7889e5e11
commit 3edc87f684
6 changed files with 65 additions and 65 deletions

View File

@@ -203,7 +203,7 @@ jobs:
poetry install --with dev
- name: Lint with ruff
run: |
poetry run ruff check --format=github app export
poetry run ruff check --output-format=github app export
- name: Check black formatting
run: |
poetry run black --check app export