Skip to content

Commit

Permalink
ruff ignore _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Dec 29, 2023
1 parent 594e509 commit 6b0e40d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [{"name" = "Robert Hafner"}]
dependencies = [
"pydot",
"sqlalchemy",
"typer"
"typer",
]
description = ""
dynamic = ["version"]
Expand All @@ -27,13 +27,14 @@ dev = [
"pytest-pretty",
"ruamel.yaml",
"ruff",
"toml-sort"
"toml-sort",
]

[project.scripts]
paracelsus = "paracelsus.cli:app"

[tool.ruff]
exclude = [".venv", "./paracelsus/_version.py"]
line-length = 120

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 6b0e40d

Please sign in to comment.