Skip to content

Commit

Permalink
Merge pull request #93 from arduino/dependabot/pip/codespell-2.3.0
Browse files Browse the repository at this point in the history
Bump codespell from 2.2.6 to 2.3.0
  • Loading branch information
per1234 committed May 25, 2024
2 parents 0ec24de + 1eba144 commit 42a084f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func main() {

if *hasDownloadFile {
go http.ListenAndServe(":"+*networkPort, http.FileServer(http.Dir(filepath.Dir(*sketchPath))))
// find my ip if not specified
// find my IP if not specified
ip := getMyIP(net.ParseIP(*networkAddress))
url := "http://" + ip.String() + ":" + *networkPort + "/" + filepath.Base(*sketchPath)
sketchData = bytes.NewBufferString(url)
Expand Down Expand Up @@ -219,7 +219,7 @@ func main() {
resp, err := httpClient.Post(httpheader+*networkAddress+":"+*networkPort+*resetEndpoint, "", nil)
if err != nil {
if *verbose {
fmt.Println("Failed to reset the board, please reset maually")
fmt.Println("Failed to reset the board, please reset manually")
}
os.Exit(0)
}
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.9"

[tool.poetry.dev-dependencies]
yamllint = "^1.35.1"
codespell = "^2.2.6"
codespell = "^2.3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 42a084f

Please sign in to comment.