Skip to content

Commit 0fcf815

Browse files
authored
Fix lint error
1 parent 563bc71 commit 0fcf815

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pioinstaller/core.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@
2929

3030
log = logging.getLogger(__name__)
3131

32-
PIO_CORE_DEVELOP_URL = "https://github.com/jason2866/platformio/archive/no_reg_depend.zip"
33-
PIO_CORE_RELEASE_URL = "https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.16+free.zip"
32+
PIO_CORE_DEVELOP_URL = (
33+
"https://github.com/Jason2866/platformio/"
34+
"archive/no_reg_depend.zip"
35+
)
36+
PIO_CORE_RELEASE_URL = (
37+
"https://github.com/Jason2866/platformio-core/"
38+
"archive/refs/tags/v6.1.16+free.zip"
39+
)
3440
UPDATE_INTERVAL = 60 * 60 * 24 * 3 # 3 days
3541

3642

0 commit comments

Comments
 (0)