Skip to content

refactored ToDos of MSColab server code #3855

refactored ToDos of MSColab server code

refactored ToDos of MSColab server code #3855

Workflow file for this run

# This workflow will install Python dependencies, lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: flake8
on:
push:
branches:
- develop
- stable
- GSOC2023-NilupulManodya
- GSOC2023-ShubhGaur
pull_request:
branches:
- develop
- stable
- GSOC2023-NilupulManodya
- GSOC2023-ShubhGaur
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Lint with flake8
run: |
python -m pip install --upgrade pip
pip install flake8
flake8 --count --max-line-length=127 --statistics mslib tests