aboutsummaryrefslogtreecommitdiff
path: root/lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint.sh')
-rwxr-xr-xlint.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lint.sh b/lint.sh
new file mode 100755
index 0000000..750288e
--- /dev/null
+++ b/lint.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+mypy --strict .
+pylint --disable C0301,W0511,C0114,C0115,C0116,R0913,R0914,C0209,W1201,E1205,R0915,R1728,W0613,C0200,R0912,R1702,E1101,W0621,R1718,R0801,W3101,W1514 *.py