Skip to content

Commit f7e3590

Browse files
committed
update cicd2
1 parent bf883ce commit f7e3590

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,17 @@ jobs:
5757
- name: Check formatting with Black
5858
run: |
5959
pip install black
60-
black --check --diff src/ tests/
60+
black --check --diff .
6161
6262
# Paso para linting con Flake8
6363
- name: Lint with Flake8
6464
run: |
6565
pip install flake8
66-
flake8 src/ tests/ --count --max-complexity=10 --max-line-length=88 --statistics
66+
flake8 users/ products/ myproject/ tests/ \
67+
--count \
68+
--max-complexity=10 \
69+
--max-line-length=88 \
70+
--statistics
6771
6872
- name: 📦 Instalar dependencias
6973
run: |

0 commit comments

Comments
 (0)