Skip to content

[Snyk] Security upgrade pillow from 9.5.0 to 10.2.0 #449

[Snyk] Security upgrade pillow from 9.5.0 to 10.2.0

[Snyk] Security upgrade pillow from 9.5.0 to 10.2.0 #449

Workflow file for this run

name: Python linting (black, isort, flake8, etc.)
on: [pull_request]
jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
name: Checkout
- uses: ricardochaves/[email protected]
with:
python-root-list: 'hearpreprocess'
# python-root-list: 'hearpreprocess examples'
use-pylint: false
use-pycodestyle: false
use-flake8: true
use-black: true
use-mypy: true
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: ""