Skip to content

Commit af425db

Browse files
committed
Fix general formatting inconsistencies in files
Basic standardized file formatting style is defined in the project's .editorconfig file. Some files were non-compliant.
1 parent 1b2969b commit af425db

File tree

6 files changed

+459
-459
lines changed

6 files changed

+459
-459
lines changed

.github/workflows/testdata/reports/all-inputs/arduino-avr-uno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@
193193
}
194194
}
195195
]
196-
}
196+
}

.github/workflows/testdata/reports/all-inputs/esp8266-esp8266-huzzah.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@
193193
}
194194
}
195195
]
196-
}
196+
}

compilesketches/tests/testdata/test_get_warning_count_from_output/has-warnings.txt

Lines changed: 324 additions & 324 deletions
Large diffs are not rendered by default.

compilesketches/tests/testdata/test_get_warning_count_from_output/no-warnings.txt

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ In order to be certain your installation of a package dependency will be availab
5757
- uses: arduino/compile-sketches@v1
5858
```
5959

60-
---
60+
---

pyproject.toml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
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"

0 commit comments

Comments
 (0)