We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818a3ff commit fadaf2dCopy full SHA for fadaf2d
.github/workflows/test.yml
@@ -93,12 +93,12 @@ jobs:
93
94
- name: Check code formatting with black
95
run: |
96
- black --check --line-length=89 locator/ tests/ scripts/ example/ examples/
+ black --check --line-length=89 locator/ tests/ scripts/ example/
97
98
- name: Check import sorting with isort
99
100
- isort --check-only --profile=black --line-length=89 locator/ tests/ scripts/ example/ examples/
+ isort --check-only --profile=black --line-length=89 locator/ tests/ scripts/ example/
101
102
- name: Lint with flake8
103
104
- flake8 locator/ tests/ scripts/ example/ examples/ --config=.flake8
+ flake8 locator/ tests/ scripts/ example/ --config=.flake8
example/parallel_kfold_example.py
100755
100644
0 commit comments