We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c666c63 commit c5c9f94Copy full SHA for c5c9f94
1 file changed
Makefile
@@ -1,5 +1,5 @@
1
lint:
2
- flake8 --ignore=E131 effect/ examples/
+ flake8 --ignore=E131,E731,W503 effect/ examples/
3
4
build-dist:
5
rm -rf dist
0 commit comments