Skip to content

Commit

Permalink
#114 Merge pull request from deshima-dev/astropenguin/issue113
Browse files Browse the repository at this point in the history
Reformat codes by Black
  • Loading branch information
astropenguin authored Jun 19, 2024
2 parents 6301241 + 5802721 commit 5eebee4
Show file tree
Hide file tree
Showing 6 changed files with 731 additions and 343 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"extensions": [
"github.vscode-pull-request-github",
"mhutchie.git-graph",
"ms-python.black-formatter",
"ms-python.python",
"streetsidesoftware.code-spell-checker",
"tamasfe.even-better-toml"
Expand All @@ -22,6 +23,8 @@
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"python.languageServer": "Pylance"
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: pip install poetry==1.7.1 && poetry install
- name: Run a comprehensive merge test
run: |
deshima-rawdata download 20231108052231 -d data -e
demerge -d data -m "--debug --loadtype Tsignal" 20231108052231
- run: black --check demerge
- run: deshima-rawdata download 20231108052231 -d data -e
- run: demerge -d data -m "--debug --loadtype Tsignal" 20231108052231
Loading

0 comments on commit 5eebee4

Please sign in to comment.