We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49680bc commit a0bf457Copy full SHA for a0bf457
1 file changed
.github/workflows/ci.yml
@@ -83,12 +83,12 @@ jobs:
83
84
# First check for critical errors (syntax errors and undefined names)
85
echo "Checking for critical errors..."
86
- flake8 utils/ tests/ conftest.py setup.sh validate_workflow.py \
+ flake8 utils/ tests/ conftest.py validate_workflow.py \
87
--count --select=E9,F63,F7,F82 --show-source --statistics
88
89
# Then run full lint check on project files
90
echo "Running full lint check..."
91
92
--count --statistics
93
94
- name: Run smoke tests
0 commit comments