Skip to content

Commit 041e5bd

Browse files
committed
chore: fixed pyformat python versions
1 parent fb6551f commit 041e5bd

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

extensions/rcs_fr3/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install.components = ["python_package"]
3030

3131
[tool.black]
3232
line-length = 120
33-
target-version = ["py311"]
33+
target-version = ["py310"]
3434

3535
[tool.isort]
3636
profile = "black"

extensions/rcs_panda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install.components = ["python_package"]
2929

3030
[tool.black]
3131
line-length = 120
32-
target-version = ["py311"]
32+
target-version = ["py310"]
3333

3434
[tool.isort]
3535
profile = "black"

extensions/rcs_realsense/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">=3.11"
2222

2323
[tool.black]
2424
line-length = 120
25-
target-version = ["py311"]
25+
target-version = ["py310"]
2626

2727
[tool.isort]
2828
profile = "black"

extensions/rcs_robotics_library/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install.components = ["python_package"]
3030

3131
[tool.black]
3232
line-length = 120
33-
target-version = ["py311"]
33+
target-version = ["py310"]
3434

3535
[tool.isort]
3636
profile = "black"

extensions/rcs_so101/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install.components = ["python_package"]
2929

3030
[tool.black]
3131
line-length = 120
32-
target-version = ["py311"]
32+
target-version = ["py310"]
3333

3434
[tool.isort]
3535
profile = "black"

extensions/rcs_tacto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">=3.10"
2222

2323
[tool.black]
2424
line-length = 120
25-
target-version = ["py311"]
25+
target-version = ["py310"]
2626

2727
[tool.isort]
2828
profile = "black"

extensions/rcs_ur5e/pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ authors = [
1919
{ name = "Johannes Hechtl", email = "[email protected]" },
2020
]
2121
requires-python = ">=3.10"
22-
classifiers = [
23-
"Development Status :: 3 - Alpha",
24-
"License :: OSI Approved :: GNU Affero General Public License v3 (AGPLv3)",
25-
"Programming Language :: Python :: 3",
26-
]
22+
23+
[tool.black]
24+
line-length = 120
25+
target-version = ["py310"]
26+
27+
[tool.isort]
28+
profile = "black"
2729

extensions/rcs_usb_cam/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.10"
2121

2222
[tool.black]
2323
line-length = 120
24-
target-version = ["py311"]
24+
target-version = ["py310"]
2525

2626
[tool.isort]
2727
profile = "black"

extensions/rcs_xarm7/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requires-python = ">=3.10"
2323

2424
[tool.black]
2525
line-length = 120
26-
target-version = ["py311"]
26+
target-version = ["py310"]
2727

2828
[tool.isort]
2929
profile = "black"

0 commit comments

Comments
 (0)