Skip to content

[Snyk] Security upgrade tqdm from 4.56.2 to 4.66.3 #165

[Snyk] Security upgrade tqdm from 4.56.2 to 4.66.3

[Snyk] Security upgrade tqdm from 4.56.2 to 4.66.3 #165

Workflow file for this run

---
name: Flake8 CI
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Flake8 with annotations
uses: TrueBrain/actions-flake8@v1.4.1
with:
# path: src
max_line_length: 150