-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #300 from NCAR/main
v2.6.0
- Loading branch information
Showing
25 changed files
with
5,230 additions
and
4,831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: autopep8 | ||
uses: peter-evans/autopep8@v2 | ||
with: | ||
args: --recursive --in-place --aggressive --aggressive --max-line-length 180 . | ||
args: --recursive --in-place --aggressive --max-line-length 180 --indent-size=4 . | ||
|
||
- name: Check for changes | ||
id: check-changes | ||
|
@@ -28,7 +28,7 @@ jobs: | |
run: | | ||
git config --global user.name "GitHub Actions" | ||
git config --global user.email "[email protected]" | ||
git commit -am "Auto-format code using Clang-Format" || echo "No changes to commit" | ||
git commit -am "Auto-format code using pep8" || echo "No changes to commit" | ||
- name: Push changes to main-autopep8 branch | ||
if: steps.check-changes.outcome != 'success' | ||
|
@@ -42,4 +42,4 @@ jobs: | |
commit-message: "Auto-format code using autopep8" | ||
title: "Auto-format code by autopep8" | ||
body: "This is an auto-generated PR with fixes by autopep8." | ||
branch: main-autopep8 | ||
branch: main-autopep8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,6 @@ __pycache__/ | |
*.pyc | ||
dist | ||
|
||
.vscode/ | ||
.vscode/ | ||
.coverage | ||
src/acom_music_box/examples/configs/ts1/initial_config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.