[Emacs] Add ign and 401 snippets
This commit is contained in:
parent
97c2779d1b
commit
807944f182
5
dotfiles/emacs.d/snippets/python-mode/ign
Normal file
5
dotfiles/emacs.d/snippets/python-mode/ign
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: ign
|
||||||
|
# key: ign
|
||||||
|
# --
|
||||||
|
# type: ignore
|
5
dotfiles/emacs.d/snippets/python-mode/noqa
Normal file
5
dotfiles/emacs.d/snippets/python-mode/noqa
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: 401
|
||||||
|
# key: 401
|
||||||
|
# --
|
||||||
|
# noqa: F401
|
Loading…
Reference in New Issue
Block a user