Skip to content

Commit 615b329

Browse files
committed
Fix deprecation warning in pyproject.toml
1 parent 779bd42 commit 615b329

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bitbots_msgs/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ line-length = 120
33

44
[tool.ruff]
55
line-length = 120
6+
7+
[tool.ruff.lint]
68
# Never enforce `E501` (line length violations), as black takes care of this.
79
ignore = ["E501"]
810
# Additionally enable the following rules

0 commit comments

Comments
 (0)