Use the schema to eliminate custom code (#11108)
* use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
c550047ba6
commit
962bc8d9dd
8 changed files with 75 additions and 54 deletions
|
@ -3,6 +3,8 @@
|
|||
ignore =
|
||||
# QMK is ok with long lines.
|
||||
E501
|
||||
# Conflicts with our yapf config
|
||||
E231
|
||||
per_file_ignores =
|
||||
**/__init__.py:F401
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue