Squashed 'bahn/wissensdatenbank/' content from commit 07a8196e
git-subtree-dir: bahn/wissensdatenbank git-subtree-split: 07a8196e5f9e55d027f90485beb95f4006387669
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "wissensdatenbank"
|
||||
version = "0.1.0"
|
||||
description = "ETL-Pipeline fuer LLM/RAG: Confluence/Web/PDF -> klassifiziertes Markdown"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
target-version = "py311"
|
||||
exclude = [".venv", "data"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I"]
|
||||
ignore = ["E501"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
Reference in New Issue
Block a user