From 3109b4bb60caa08a45bedcbad55d0e2483a0b57c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 2 Oct 2013 14:33:49 -0300 Subject: [PATCH] new snippets --- snippets/python/lint-magic.snippet | 1 + snippets/python/lint-todo.snippet | 1 + 2 files changed, 2 insertions(+) create mode 100644 snippets/python/lint-magic.snippet create mode 100644 snippets/python/lint-todo.snippet 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