[Emacs] Add ign and 401 snippets

This commit is contained in:
Ivan Malison 2024-06-01 13:56:06 -06:00
parent 97c2779d1b
commit 807944f182
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: ign
# key: ign
# --
# type: ignore

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: 401
# key: 401
# --
# noqa: F401