We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779bd42 commit 615b329Copy full SHA for 615b329
1 file changed
bitbots_msgs/pyproject.toml
@@ -3,6 +3,8 @@ line-length = 120
3
4
[tool.ruff]
5
line-length = 120
6
+
7
+[tool.ruff.lint]
8
# Never enforce `E501` (line length violations), as black takes care of this.
9
ignore = ["E501"]
10
# Additionally enable the following rules
0 commit comments