Build sklearn transformer

This commit is contained in:
2022-11-27 11:35:21 +01:00
parent 6f4c650af9
commit f843c938fc
12 changed files with 152 additions and 44 deletions

View File

@@ -37,3 +37,21 @@ classifiers = [
[project.urls]
Home = "https://github.com/doctorado-ml/FImdlp"
[tool.black]
line-length = 79
target_version = ['py38', 'py39', 'py310']
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''