File tree Expand file tree Collapse file tree 6 files changed +459
-459
lines changed
.github/workflows/testdata/reports/all-inputs
compilesketches/tests/testdata/test_get_warning_count_from_output Expand file tree Collapse file tree 6 files changed +459
-459
lines changed Original file line number Diff line number Diff line change 193
193
}
194
194
}
195
195
]
196
- }
196
+ }
Original file line number Diff line number Diff line change 193
193
}
194
194
}
195
195
]
196
- }
196
+ }
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ In order to be certain your installation of a package dependency will be availab
57
57
- uses: arduino/compile-sketches@v1
58
58
` ` `
59
59
60
- ---
60
+ ---
Original file line number Diff line number Diff line change 1
- [tool .black ]
2
- line-length = 120
3
-
4
- [tool .poetry ]
5
- name = " compilesketches"
6
- version = " 0.0.0"
7
- description = " "
8
- authors = [" Arduino <info@arduino.cc>" ]
9
-
10
- [tool .poetry .dependencies ]
11
- python = " 3.11.2"
12
- GitPython = " 3.1.31"
13
- PyGithub = " 1.58.1"
14
- PyYAML = " 6.0"
15
- semver = " 2.13.0"
16
-
17
- [tool .poetry .group .dev .dependencies ]
18
- black = " 23.1.0"
19
- codespell = " 2.2.4"
20
- coverage = " 7.2.2"
21
- pytest = " 7.2.2"
22
- pytest-mock = " 3.10.0"
23
- flake8 = " 6.0.0"
24
- pep8-naming = " 0.13.3"
25
-
26
- [tool .poetry .group .external ]
27
- # Provided only for use by boards platforms
28
- # NOTE: This group is a temporary workaround that will be removed at the 2.0.0 release of the action.
29
- optional = true
30
-
31
- [tool .poetry .group .external .dependencies ]
32
- pyserial = " 3.5"
33
-
34
- [build-system ]
35
- requires = [" poetry-core" ]
36
- build-backend = " poetry.core.masonry.api"
1
+ [tool .black ]
2
+ line-length = 120
3
+
4
+ [tool .poetry ]
5
+ name = " compilesketches"
6
+ version = " 0.0.0"
7
+ description = " "
8
+ authors = [" Arduino <info@arduino.cc>" ]
9
+
10
+ [tool .poetry .dependencies ]
11
+ python = " 3.11.2"
12
+ GitPython = " 3.1.31"
13
+ PyGithub = " 1.58.1"
14
+ PyYAML = " 6.0"
15
+ semver = " 2.13.0"
16
+
17
+ [tool .poetry .group .dev .dependencies ]
18
+ black = " 23.1.0"
19
+ codespell = " 2.2.4"
20
+ coverage = " 7.2.2"
21
+ pytest = " 7.2.2"
22
+ pytest-mock = " 3.10.0"
23
+ flake8 = " 6.0.0"
24
+ pep8-naming = " 0.13.3"
25
+
26
+ [tool .poetry .group .external ]
27
+ # Provided only for use by boards platforms
28
+ # NOTE: This group is a temporary workaround that will be removed at the 2.0.0 release of the action.
29
+ optional = true
30
+
31
+ [tool .poetry .group .external .dependencies ]
32
+ pyserial = " 3.5"
33
+
34
+ [build-system ]
35
+ requires = [" poetry-core" ]
36
+ build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments