We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dbb53 commit 8dd9ac3Copy full SHA for 8dd9ac3
lint.sh
@@ -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