Skip to content

Update setup.cfg to ignore more false positives #1

Update setup.cfg to ignore more false positives

Update setup.cfg to ignore more false positives #1

Workflow file for this run

name: Running linter and SCA
on: [push]
jobs:
run_linter:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install and run Flake8
run: |
pip install flake8
flake8 .