Skip to content

Commit

Permalink
Update minitorch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srush committed Dec 6, 2021
1 parent 71d7ba1 commit 77b967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minitorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 --ignore "N801, E203, E266, E501, W503, F812, F401, F841, E741, N803, N802, N806" minitorch/ tests/ project/
flake8 --ignore "N801, E203, E266, E501, W503, F812, F401, F841, E741, N803, N802, N806, DAR" minitorch/ tests/ project/
- name: Test with pytest
run: |
echo "Module 0"
Expand Down

0 comments on commit 77b967e

Please sign in to comment.