Skip to content

Commit 8dd9ac3

Browse files
committed
Add script for linting
1 parent 51dbb53 commit 8dd9ac3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lint.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
target=$1
3+
isort $target
4+
black $target
5+
mypy --strict $target
6+
flake8 $target

0 commit comments

Comments
 (0)