We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a432de4 commit 26999d1Copy full SHA for 26999d1
Makefile
@@ -10,3 +10,7 @@ all:
10
$(TOPDIR)/gen_partition.py -i partitions.conf -o partitions.xml
11
$(TOPDIR)/ptool.py -x partitions.xml
12
13
+check:
14
+ # W605: invalid escape sequence
15
+ pycodestyle --select=W605 *.py
16
+
0 commit comments