Skip to content

Commit a0bf457

Browse files
committed
fix: remove shell scripts from flake8 checks
1 parent 49680bc commit a0bf457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
8484
# First check for critical errors (syntax errors and undefined names)
8585
echo "Checking for critical errors..."
86-
flake8 utils/ tests/ conftest.py setup.sh validate_workflow.py \
86+
flake8 utils/ tests/ conftest.py validate_workflow.py \
8787
--count --select=E9,F63,F7,F82 --show-source --statistics
8888
8989
# Then run full lint check on project files
9090
echo "Running full lint check..."
91-
flake8 utils/ tests/ conftest.py setup.sh validate_workflow.py \
91+
flake8 utils/ tests/ conftest.py validate_workflow.py \
9292
--count --statistics
9393
9494
- name: Run smoke tests

0 commit comments

Comments
 (0)