Skip to content

Commit 2b10545

Browse files
committed
first commit
0 parents  commit 2b10545

13 files changed

+43918
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

.pre-commit-config.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
repos:
2+
- repo: https://github.com/nbQA-dev/nbQA
3+
rev: 1.7.1
4+
hooks:
5+
- id: nbqa-black
6+
additional_dependencies: [black==23.11.0]
7+
- id: nbqa-pyupgrade
8+
additional_dependencies: [pyupgrade==3.15.0]
9+
- id: nbqa-isort
10+
args: [--profile=black]
11+
additional_dependencies: [isort==5.12.0]

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mlexpert

0 commit comments

Comments
 (0)