tests: remove python format block from dir-locals

Remove the python block from the local emacs settings file
.dir-locals.el.

Signed-off-by: Mark Stapp <mjs.ietf@gmail.com>
This commit is contained in:
Mark Stapp 2021-09-13 10:04:29 -04:00
parent f334c88ed9
commit 27785c63c2
1 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,4 @@
((c-mode . ((indent-tabs-mode . t)
(show-trailing-whitespace . t)
(c-basic-offset . 8)))
(json-mode . ((js-indent-level 4)))
(python-mode . ((python-formatter . black)
(python-fill-column . 88))))
(json-mode . ((js-indent-level 4))))