Skip to content

Commit

Permalink
Add linter format exception for kb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xs5871 committed Feb 20, 2023
1 parent a90d569 commit 1674ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1674ff4

Please sign in to comment.