Skip to content

fix: 'Slices' object has no attribute 'raise_for_group' #501

fix: 'Slices' object has no attribute 'raise_for_group'

fix: 'Slices' object has no attribute 'raise_for_group' #501

Workflow file for this run

name: auto-formating the commit
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install flake8
run: |
python -m pip install flake8==3.8.3
- name: Run formating
run: |
flake8 src