Skip to content

Commit

Permalink
remove path in flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ben9809 committed Mar 17, 2024
1 parent 5d03743 commit 224faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-style-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Run Flake8
run: |
flake8 --count --ignore=E501,E203,W291,W503,F403,F401 --max-line-length=88 --statistics --show-source --exclude=/neurobench/examples/ .
flake8 --count --ignore=E501,E203,W291,W503,F403,F401 --max-line-length=88 --statistics --show-source --exclude=neurobench/examples/ .

0 comments on commit 224faa1

Please sign in to comment.