Skip to content

Commit 2c76cd3

Browse files
committed
Updated the CI Pipeline : Code Quality Check
1 parent 27de153 commit 2c76cd3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Auto-fix Formatting Issues with Black
2626
run: black .
2727
- name: Auto-fix Linting Errors with Ruff
28-
run: ruff --fix .
28+
run: ruff check --fix
2929
- name: Security Check with Bandit
3030
run: bandit -r .
3131
- name: Commit & Push changes

notebooks/EDA & Data Preparation - Energy_Forecasting.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
"plt.style.use(\"fivethirtyeight\")\n",
5454
"\n",
5555
"# Utilities\n",
56-
"from datetime import datetime, date\n",
57-
"import math\n",
58-
"import os\n",
5956
"import re\n",
6057
"\n",
6158
"# Data missingness visualization\n",

0 commit comments

Comments
 (0)