Skip to content

[Snyk] Fix for 4 vulnerabilities #58

[Snyk] Fix for 4 vulnerabilities

[Snyk] Fix for 4 vulnerabilities #58

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .