diff options
author | zvecr <git@zvecr.com> | 2022-05-24 02:35:59 +0100 |
---|---|---|
committer | zvecr <git@zvecr.com> | 2022-05-24 02:35:59 +0100 |
commit | 6342354cf6f018c37944e88810efe237656e2c65 (patch) | |
tree | acd0429e37102ee69d3e9882c3b65dfe05f013ef /util | |
parent | cbc68dfd21ec5c93dce682d9f63c94fc01853ca8 (diff) |
Disable python formatting for some files
Diffstat (limited to 'util')
-rwxr-xr-x | util/uf2conv.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/uf2conv.py b/util/uf2conv.py index fb82fd03ca..df94b5ac99 100755 --- a/util/uf2conv.py +++ b/util/uf2conv.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# yapf: disable import sys import struct import subprocess |