Skip to content

build(deps): bump gitpython from 3.1.0 to 3.1.32 #129

build(deps): bump gitpython from 3.1.0 to 3.1.32

build(deps): bump gitpython from 3.1.0 to 3.1.32 #129

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: '3.7'
- name: Lint with flake8
run: |
pip install flake8
# ignore W503: a bug flake8
flake8 --show-source --statistics --max-line-length=127 --ignore=W503 oswatcher
flake8 --show-source --statistics --max-line-length=127 --ignore=W503 hooks