[project] name = "xsl-validator" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "pyside6>=6.9.0", ] [tool.ruff] # Extend the `pyproject.toml` file in the parent directory... # extend = "../pyproject.toml" # ...but use a different line length. line-length = 120