aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlint.sh (renamed from code_check.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/code_check.sh b/lint.sh
index aeb87b5..34e7361 100755
--- a/code_check.sh
+++ b/lint.sh
@@ -1,3 +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,C0206 *.py
+pylint --disable C0301,W0511,C0114,C0115,C0116,R0913,R0914,C0209,W1201,E1205,R0915,R1728,W0613,C0200,R0912,R1702,E1101,W0621,R1718,R0801,W3101,W1514,C0206,R0917 *.py