Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c41fd5e940 | |||
| b70736a876 | |||
| 69b3b890d2 |
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.formatting.provider": "yapf"
|
||||
}
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
"""A program to help you work with qmk_firmware."""
|
||||
|
||||
__version__ = '0.0.51'
|
||||
__version__ = '0.0.52'
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ def is_qmk_firmware(qmk_firmware):
|
||||
qmk_firmware / 'quantum',
|
||||
qmk_firmware / 'requirements.txt',
|
||||
qmk_firmware / 'requirements-dev.txt',
|
||||
qmk_firmware / 'lib/python/qmk/cli/doctor.py'
|
||||
qmk_firmware / 'lib/python/qmk/cli/__init__.py'
|
||||
]
|
||||
|
||||
for path in paths:
|
||||
|
||||
Reference in New Issue
Block a user