Skip to content

Commit 2b58990

Browse files
authored
Update format.sh
1 parent a765a83 commit 2b58990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
isort --sl keras
33
black --line-length 80 keras
4-
flake8 keras
4+
flake8 keras || echo "flake8 reports issues. Run lint.sh to enforce strict checks."

0 commit comments

Comments
 (0)