Add linter format exception for kb.py
This commit is contained in:
parent
a90d569690
commit
1674ff4ed7
@ -23,6 +23,7 @@ per-file-ignores =
|
|||||||
# your imports in whatever order you want
|
# your imports in whatever order you want
|
||||||
user_keymaps/**/*.py: E131,F401,E501,E241,E131,BLK100,I003
|
user_keymaps/**/*.py: E131,F401,E501,E241,E131,BLK100,I003
|
||||||
boards/**/main.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
|
tests/test_data/keymaps/**/*.py: F401,E501
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
|
Loading…
Reference in New Issue
Block a user