Skip to content

[Snyk] Security upgrade torch from 1.13.1 to 2.2.0 #35

[Snyk] Security upgrade torch from 1.13.1 to 2.2.0

[Snyk] Security upgrade torch from 1.13.1 to 2.2.0 #35

Workflow file for this run

name: Python linting (black and flake8)
on: [pull_request]
jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
name: Checkout
- uses: ricardochaves/python-lint@v1.4.0
with:
python-root-list: 'hearvalidator'
use-pylint: false
use-pycodestyle: false
use-flake8: true
use-black: true
use-mypy: false
use-isort: false
extra-pylint-options: ""
extra-pycodestyle-options: ""
extra-flake8-options: "--max-line-length=88 --extend-ignore=E203 --per-file-ignores=__init__.py:F401"
extra-black-options: ""
extra-mypy-options: ""
extra-isort-options: ""