Skip to content

Commit 8f54976

Browse files
committed
style: format pyproject.toml
1 parent a8fa9df commit 8f54976

File tree

10 files changed

+155
-199
lines changed

10 files changed

+155
-199
lines changed

extensions/rcs_fr3/pyproject.toml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,11 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "rcs_fr3"
77
version = "0.6.1"
8-
description="RCS libfranka integration"
9-
dependencies = [
10-
"rcs>=0.6.1",
11-
"frankik",
12-
]
8+
description = "RCS libfranka integration"
9+
dependencies = ["rcs>=0.6.1", "frankik"]
1310
readme = "README.md"
14-
maintainers = [
15-
{ name = "Tobias Jülg", email = "[email protected]" },
16-
]
17-
authors = [
18-
{ name = "Tobias Jülg", email = "[email protected]" },
19-
]
11+
maintainers = [{ name = "Tobias Jülg", email = "[email protected]" }]
12+
authors = [{ name = "Tobias Jülg", email = "[email protected]" }]
2013
requires-python = ">=3.10"
2114

2215

@@ -33,4 +26,4 @@ line-length = 120
3326
target-version = ["py310"]
3427

3528
[tool.isort]
36-
profile = "black"
29+
profile = "black"

extensions/rcs_panda/pyproject.toml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "rcs_panda"
77
version = "0.6.1"
8-
description="RCS libfranka integration"
9-
dependencies = [
10-
"rcs>=0.6.1",
11-
]
8+
description = "RCS libfranka integration"
9+
dependencies = ["rcs>=0.6.1"]
1210
readme = "README.md"
13-
maintainers = [
14-
{ name = "Tobias Jülg", email = "[email protected]" },
15-
]
16-
authors = [
17-
{ name = "Tobias Jülg", email = "[email protected]" },
18-
]
11+
maintainers = [{ name = "Tobias Jülg", email = "[email protected]" }]
12+
authors = [{ name = "Tobias Jülg", email = "[email protected]" }]
1913
requires-python = ">=3.10"
2014

2115

@@ -32,4 +26,4 @@ line-length = 120
3226
target-version = ["py310"]
3327

3428
[tool.isort]
35-
profile = "black"
29+
profile = "black"

extensions/rcs_realsense/pyproject.toml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "rcs_realsense"
77
version = "0.6.1"
8-
description="RCS realsense module"
8+
description = "RCS realsense module"
99
dependencies = [
10-
"rcs>=0.6.1",
11-
"pyrealsense2~=2.55.1",
12-
"pupil_apriltags",
13-
"diskcache",
14-
]
15-
maintainers = [
16-
{ name = "Tobias Jülg", email = "[email protected]" },
17-
]
18-
authors = [
19-
{ name = "Tobias Jülg", email = "[email protected]" },
10+
"rcs>=0.6.1",
11+
"pyrealsense2~=2.55.1",
12+
"pupil_apriltags",
13+
"diskcache",
2014
]
15+
maintainers = [{ name = "Tobias Jülg", email = "[email protected]" }]
16+
authors = [{ name = "Tobias Jülg", email = "[email protected]" }]
2117
requires-python = ">=3.11"
2218

2319
[tool.black]

extensions/rcs_robotics_library/pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "rcs_robotics_library"
77
version = "0.6.1"
8-
description="RCS robotics library integration"
8+
description = "RCS robotics library integration"
99
readme = "README.md"
10-
dependencies = [
11-
"rcs>=0.6.1",
12-
]
13-
maintainers = [
14-
{ name = "Tobias Jülg", email = "[email protected]" },
15-
]
10+
dependencies = ["rcs>=0.6.1"]
11+
maintainers = [{ name = "Tobias Jülg", email = "[email protected]" }]
1612
authors = [
1713
{ name = "Tobias Jülg", email = "[email protected]" },
1814
{ name = "Pierre Krack", email = "[email protected]" },
@@ -33,4 +29,4 @@ line-length = 120
3329
target-version = ["py310"]
3430

3531
[tool.isort]
36-
profile = "black"
32+
profile = "black"

extensions/rcs_so101/pyproject.toml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,11 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "rcs_so101"
77
version = "0.6.1"
8-
description="RCS SO101 module"
9-
dependencies = [
10-
"rcs>=0.6.1",
11-
"lerobot==0.3.3",
12-
]
8+
description = "RCS SO101 module"
9+
dependencies = ["rcs>=0.6.1", "lerobot==0.3.3"]
1310
readme = "README.md"
14-
maintainers = [
15-
{ name = "Tobias Jülg", email = "[email protected]" },
16-
]
17-
authors = [
18-
{ name = "Tobias Jülg", email = "[email protected]" },
19-
]
11+
maintainers = [{ name = "Tobias Jülg", email = "[email protected]" }]
12+
authors = [{ name = "Tobias Jülg", email = "[email protected]" }]
2013
requires-python = ">=3.10"
2114

2215
[tool.scikit-build]
@@ -32,4 +25,4 @@ line-length = 120
3225
target-version = ["py310"]
3326

3427
[tool.isort]
35-
profile = "black"
28+
profile = "black"

extensions/rcs_tacto/pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "rcs_tacto"
77
version = "0.6.1"
8-
description="RCS integration of tacto"
8+
description = "RCS integration of tacto"
99
dependencies = [
10-
"rcs>=0.6.1",
11-
"omegaconf",
12-
"mujoco-tacto@git+https://github.com/utn-air/mujoco-tacto.git@main"
10+
"rcs>=0.6.1",
11+
"omegaconf",
12+
"mujoco-tacto@git+https://github.com/utn-air/mujoco-tacto.git@main",
1313
]
1414
readme = "README.md"
1515
maintainers = [
1616
{ name = "Tobias Jülg", email = "[email protected]" },
1717
{ name = "Seongjin Bien", email = "[email protected]" },
1818
]
19-
authors = [
20-
{ name = "Seongjin Bien", email = "[email protected]" },
21-
]
19+
authors = [{ name = "Seongjin Bien", email = "[email protected]" }]
2220
requires-python = ">=3.10"
2321

2422
[tool.black]

extensions/rcs_ur5e/pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "rcs_ur5e"
77
version = "0.6.1"
8-
description="RCS UR5e module"
9-
dependencies = [
10-
"rcs>=0.6.1",
11-
"ur_rtde==1.6.1",
12-
]
8+
description = "RCS UR5e module"
9+
dependencies = ["rcs>=0.6.1", "ur_rtde==1.6.1"]
1310
readme = "README.md"
1411
maintainers = [
1512
{ name = "Johannes Hechtl", email = "[email protected]" },
@@ -26,4 +23,3 @@ target-version = ["py310"]
2623

2724
[tool.isort]
2825
profile = "black"
29-

extensions/rcs_usb_cam/pyproject.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "rcs_usb_cam"
77
version = "0.5.0"
8-
description="RCS USB Camera module"
9-
dependencies = [
10-
"rcs>=0.5.2",
11-
"opencv-python~=4.10.0"
12-
]
8+
description = "RCS USB Camera module"
9+
dependencies = ["rcs>=0.5.2", "opencv-python~=4.10.0"]
1310
maintainers = [
1411
{ name = "Tobias Jülg", email = "[email protected]" },
1512
{ name = "Seongjin Bien", email = "[email protected]" },
1613
]
17-
authors = [
18-
{ name = "Seongjin Bien", email = "[email protected]" },
19-
]
14+
authors = [{ name = "Seongjin Bien", email = "[email protected]" }]
2015
requires-python = ">=3.10"
2116

2217
[tool.black]
2318
line-length = 120
2419
target-version = ["py310"]
2520

2621
[tool.isort]
27-
profile = "black"
22+
profile = "black"

extensions/rcs_xarm7/pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "rcs_xarm7"
77
version = "0.6.1"
8-
description="RCS xArm7 module"
9-
dependencies = [
10-
"rcs>=0.6.1",
11-
"xarm-python-sdk==1.17.0",
12-
]
8+
description = "RCS xArm7 module"
9+
dependencies = ["rcs>=0.6.1", "xarm-python-sdk==1.17.0"]
1310
readme = "README.md"
1411
maintainers = [
1512
{ name = "Tobias Jülg", email = "[email protected]" },

0 commit comments

Comments
 (0)