Skip to content

Commit

Permalink
fix: added uniform EOL into pre-comit hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Molier committed Nov 26, 2024
1 parent 4fd7e3c commit e592556
Show file tree
Hide file tree
Showing 29 changed files with 277,213 additions and 277,213 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ jobs:
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1

2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ secrets.json
private_data/
figures/
temp_notebooks/
*.pkl
*.pkl
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: mixed-line-ending
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"python.analysis.typeCheckingMode": "basic",
"remote.autoForwardPortsFallback": 0
}
{
"python.analysis.typeCheckingMode": "basic",
"remote.autoForwardPortsFallback": 0
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Open Source Python library for energy data analytics and simulations

[*more info for developers*](DEVELOPERS.md)
[*more info for developers*](DEVELOPERS.md)
2 changes: 1 addition & 1 deletion data/PP/energy_use.json
Original file line number Diff line number Diff line change
Expand Up @@ -35039,4 +35039,4 @@
"1704060900000": 0.046,
"1704061800000": 0.035,
"1704062700000": 0.027
}
}
57,792 changes: 28,896 additions & 28,896 deletions data/PP/energy_use_test2.ndjson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/capacity/capacity_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion data/da_prices_be.json
Original file line number Diff line number Diff line change
Expand Up @@ -291654,4 +291654,4 @@
79.87
]
]
}
}
2 changes: 1 addition & 1 deletion data/dyntar/demo_dyntar_analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -8713,7 +8713,7 @@ <h1 id="Detail-Graphs-for-one-month">Detail Graphs for one month<a class="anchor
<div class="jp-InputPrompt jp-InputArea-prompt">In [ ]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="cm-editor cm-s-jupyter">
<div class="highlight hl-ipython3"><pre><span></span>
<div class="highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion data/dyntar/sample.json

Large diffs are not rendered by default.

Loading

0 comments on commit e592556

Please sign in to comment.