浏览代码

Disable python formatting for some files

zvecr 3 年之前
父节点
当前提交
6342354cf6
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      keyboards/signum/3_0/keymaps/default/layout.py
  2. 1 0
      util/uf2conv.py

+ 1 - 0
keyboards/signum/3_0/keymaps/default/layout.py

@@ -1,4 +1,5 @@
 # -*- coding: utf-8 -*-
 # -*- coding: utf-8 -*-
+# yapf: disable
 
 
 # Add all used Unicode symbols to this list.
 # Add all used Unicode symbols to this list.
 # The key (e.g. "SNEK") is used in keymap.c for "enum", "unicode_map" and "keymaps", so it needs to be a valid C variable name.
 # The key (e.g. "SNEK") is used in keymap.c for "enum", "unicode_map" and "keymaps", so it needs to be a valid C variable name.

+ 1 - 0
util/uf2conv.py

@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
+# yapf: disable
 import sys
 import sys
 import struct
 import struct
 import subprocess
 import subprocess