From 7231942d2f5cc7986e216f8e99a1caa6caa926b6 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 15 Sep 2022 23:18:12 -0400 Subject: [PATCH] chore: run Manage local config files from masters in edx_lint. version 5.3.0 Commands: write FILENAME Write a local copy of FILENAME using FILENAME_tweaks for local tweaks. check [FILENAME ...] Check that FILENAME has not been edited since writing. If FILENAME is omitted, all existing files are checked. list List the files that edx_lint can provide. update Re-write any edx_lint-written files that exists on disk. update with the current version of the repo. --- pylintrc_tweaks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylintrc_tweaks b/pylintrc_tweaks index 61e562db..02f928b4 100644 --- a/pylintrc_tweaks +++ b/pylintrc_tweaks @@ -6,4 +6,5 @@ load-plugins = edx_lint.pylint [MESSAGES CONTROL] disable+= unused-variable, - logging-format-interpolation + logging-format-interpolation, + no-self-use,