We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a765a83 commit 2b58990Copy full SHA for 2b58990
shell/format.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
isort --sl keras
3
black --line-length 80 keras
4
-flake8 keras
+flake8 keras || echo "flake8 reports issues. Run lint.sh to enforce strict checks."
0 commit comments