diff --git a/snippets/python/lint-magic.snippet b/snippets/python/lint-magic.snippet new file mode 100644 index 0000000..52fb56d --- /dev/null +++ b/snippets/python/lint-magic.snippet @@ -0,0 +1 @@ +# pylint:disabled=W0142 diff --git a/snippets/python/lint-todo.snippet b/snippets/python/lint-todo.snippet new file mode 100644 index 0000000..7bfa828 --- /dev/null +++ b/snippets/python/lint-todo.snippet @@ -0,0 +1 @@ +# pylint:disabled=W0511