Revert "fix: Hopefully fixes all problems"
This reverts commit c85173e0e9
.
This commit is contained in:
@@ -20,7 +20,6 @@ jobs:
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
# FIXED: Added cache configuration
|
||||
- name: Cache pip dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
@@ -39,7 +38,7 @@ jobs:
|
||||
echo "🔍 Checking code formatting with Black..."
|
||||
black --check --diff --color custom_components/ tests/
|
||||
|
||||
- name: Import Sorting Check (isort)
|
||||
- name: Import Sorting Check (isort)
|
||||
run: |
|
||||
echo "📦 Checking import sorting with isort..."
|
||||
isort --check-only --diff --color custom_components/ tests/
|
||||
@@ -72,7 +71,7 @@ jobs:
|
||||
echo "🔒 Running security analysis with Bandit..."
|
||||
bandit -r custom_components/ -ll
|
||||
|
||||
- name: Dependency Security Check (Safety)
|
||||
- name: Dependency Security Check (Safety)
|
||||
run: |
|
||||
echo "🔒 Checking dependencies with Safety..."
|
||||
pip install -r requirements-dev.txt
|
||||
|
Reference in New Issue
Block a user