Skip to content

Commit fadaf2d

Browse files
committed
fix: had to update test.yml
1 parent 818a3ff commit fadaf2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ jobs:
9393
9494
- name: Check code formatting with black
9595
run: |
96-
black --check --line-length=89 locator/ tests/ scripts/ example/ examples/
96+
black --check --line-length=89 locator/ tests/ scripts/ example/
9797
9898
- name: Check import sorting with isort
9999
run: |
100-
isort --check-only --profile=black --line-length=89 locator/ tests/ scripts/ example/ examples/
100+
isort --check-only --profile=black --line-length=89 locator/ tests/ scripts/ example/
101101
102102
- name: Lint with flake8
103103
run: |
104-
flake8 locator/ tests/ scripts/ example/ examples/ --config=.flake8
104+
flake8 locator/ tests/ scripts/ example/ --config=.flake8

example/parallel_kfold_example.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)