Skip to content

Commit 463c90e

Browse files
committed
chore: push a test run of k-means for IT support
1 parent 4ce1bf6 commit 463c90e

5 files changed

Lines changed: 942 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
automl-model
1+
support_tickets
2+
23

34
# application data
45
# -------------------------------------

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: codespell
1313
args: ["--ignore-words=codespell.txt"]
14-
exclude: ^requirements/
14+
exclude: ^(requirements|jupyter)/
1515
- repo: local
1616
hooks:
1717
- id: eslint

0 commit comments

Comments
 (0)