diff --git a/snippets/python/lint-magic.snippet b/snippets/python/lint-magic.snippet index 52fb56d..166b3e0 100644 --- a/snippets/python/lint-magic.snippet +++ b/snippets/python/lint-magic.snippet @@ -1 +1 @@ -# pylint:disabled=W0142 +# pylint:disable=W0142 diff --git a/snippets/python/lint-todo.snippet b/snippets/python/lint-todo.snippet index 7bfa828..15d96ff 100644 --- a/snippets/python/lint-todo.snippet +++ b/snippets/python/lint-todo.snippet @@ -1 +1 @@ -# pylint:disabled=W0511 +# pylint:disable=W0511