From 2717ad1a88deec1298698dabebdc6e9b87e917f5 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 19 Mar 2023 20:21:12 -0700 Subject: [PATCH] Drop pylint reference --- scripts/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 7396a3ef..5e7ad26b 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,8 +1,2 @@ # WizardKit: Scripts # -## pylint ## - -These scripts use two spaces per indent instead of the default four. As such you will need to update your pylintrc file or run like this: - -`pylint --indent-after-paren=2 --indent-string=' ' wk` -