[project] name = "enervision-airflow" version = "0.1.0" description = "DAGs d'orchestration EnerVision (Airflow)" requires-python = ">=3.12,<3.13" dependencies = [ "apache-airflow==3.3.2", ] [dependency-groups] dev = [ "ruff>=0.16.7", "pytest>=9.1.1", ] [tool.uv] package = false [tool.ruff] line-length = 100 target-version = "py312" src = ["dags", "tests"] [tool.ruff.lint] select = ["E", "W", "F", "I", "N", "UP", "B", "SIM", "RUF"] [tool.ruff.format] quote-style = "double" [tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q"