mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Moved out of "src"
This commit is contained in:
+3
-3
@@ -93,7 +93,7 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/roboco"]
|
||||
packages = ["roboco"]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
@@ -179,7 +179,7 @@ markers = [
|
||||
# Vulture Configuration
|
||||
# =============================================================================
|
||||
[tool.vulture]
|
||||
paths = ["src/roboco", "tests", "vulture_whitelist.py"]
|
||||
paths = ["roboco", "tests", "vulture_whitelist.py"]
|
||||
exclude = ["**/conftest.py", ".venv"]
|
||||
min_confidence = 100
|
||||
ignore_decorators = [
|
||||
@@ -244,4 +244,4 @@ ignore = []
|
||||
[tool.deptry]
|
||||
exclude = ["tests", ".venv", "vulture_whitelist.py"]
|
||||
extend_exclude = ["conftest.py", "setup.py"]
|
||||
known_first_party = ["src/roboco"]
|
||||
known_first_party = ["roboco"]
|
||||
|
||||
Reference in New Issue
Block a user