Skip to content

Commit

Permalink
remove unused configuration files and update project URLs in pyprojec…
Browse files Browse the repository at this point in the history
…t.toml
  • Loading branch information
tgoelles committed Dec 2, 2024
1 parent 0ad51d3 commit 8dabeda
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 59 deletions.
26 changes: 0 additions & 26 deletions .bumpversion.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions .coveragerc

This file was deleted.

23 changes: 15 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ classifiers = [
"Typing :: Typed",
]

[project.urls]
"Bug Tracker" = "https://github.com/virtual-vehicle/pointcloudset/issues"
"Source" = "https://github.com/virtual-vehicle/pointcloudset"
"Documentation" = "https://virtual-vehicle.github.io/pointcloudset/"

dependencies = [
"numpy<2",
"pandas",
Expand All @@ -43,13 +48,6 @@ dependencies = [
"rosbags",
]


[project.urls]
"Bug Tracker" = "https://github.com/virtual-vehicle/pointcloudset/issues"
"Source" = "https://github.com/virtual-vehicle/pointcloudset"
"Documentation" = "https://virtual-vehicle.github.io/pointcloudset/"


[project.optional-dependencies]
LAS = ["pylas"]

Expand All @@ -60,10 +58,12 @@ pointcloudset = "pointcloudset.io.dataset.commandline:app"
addopts = "-p no:warnings --verbose --color=yes"

[tool.ruff]

# The default line length for Black is 88, but we set it to 120.
line-length = 120

# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

# Assume Python 3.11.
target-version = "py311"

Expand All @@ -72,3 +72,10 @@ isort = { known-first-party = ["pointcloudset", "tests"] }
[tool.ruff.per-file-ignores]
"__init__.py" = ["F401"]
"pointcloudset/io/dataset/commandline.py" = ["F401"]

[tool.coverage.run]
omit = ["*test*"]
relative_files = true

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
14 changes: 0 additions & 14 deletions ruff.toml

This file was deleted.

0 comments on commit 8dabeda

Please sign in to comment.