Skip to content

Commit

Permalink
Try out action for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sidchaini committed May 12, 2024
1 parent d63644e commit 5d7b192
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ jobs:
src: "./distclassipy"
jupyter: true
version: "~= 24.0"
- name: Run flake8
uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: |
pip install flake8
flake8 --extend-ignore=E203,E701 --max-line-length 88 tests/ distclassipy setup.py --show-source --statistics

0 comments on commit 5d7b192

Please sign in to comment.