Skip to content

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #458

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #458

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: ""