Skip to content

Commit

Permalink
chore: run Manage local config files from masters in edx_lint.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sarina committed Sep 16, 2022
1 parent 033fc08 commit 7231942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylintrc_tweaks
Expand Up @@ -6,4 +6,5 @@ load-plugins = edx_lint.pylint
[MESSAGES CONTROL]
disable+=
unused-variable,
logging-format-interpolation
logging-format-interpolation,
no-self-use,

0 comments on commit 7231942

Please sign in to comment.