Browse Source

Disable python formatting for some files

pull/17228/head
zvecr 1 year ago
parent
commit
6342354cf6
2 changed files with 2 additions and 0 deletions
  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 View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# yapf: disable
# 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.


+ 1
- 0
util/uf2conv.py View File

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


Loading…
Cancel
Save