From ba4628205f7c79065f3bc20401f3151977bc3c4a Mon Sep 17 00:00:00 2001 From: xs5871 <60395129+xs5871@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:36:47 +0000 Subject: [PATCH] Add linter format exception for `kb.py` --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f01079a5f..7b73972d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ per-file-ignores = # your imports in whatever order you want user_keymaps/**/*.py: E131,F401,E501,E241,E131,BLK100,I003 boards/**/main.py: E131,F401,E501,E241,E131,BLK100,I003 + boards/**/kb.py: E131,F401,E501,E241,E131,BLK100,I003 tests/test_data/keymaps/**/*.py: F401,E501 [isort]