Skip to content

Commit 4a4d38d

Browse files
committed
fix: Исправил CI
1 parent 81772fa commit 4a4d38d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: pip install -r requirements_ci.txt
2424

2525
- name: Run flake8
26-
run: flake8 src/ tests/ --verbose
26+
run: flake8 --verbose
2727

2828
- name: Run black
29-
run: black src/ tests/ --check
29+
run: black . --check
3030

3131
- name: Run isort
32-
run: isort src/ tests/ --check-only
32+
run: isort --check-only

0 commit comments

Comments
 (0)