We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787f17a commit 8e8aa6aCopy full SHA for 8e8aa6a
src/python/pyproject.toml
@@ -60,6 +60,13 @@ column_limit = 120
60
61
[tool.pylint.format]
62
max-line-length = 120
63
+disable = [
64
+ "C0114", # Missing module docstring
65
+ "C0115", # Missing class docstring
66
+ "C0116", # Missing function or method docstring
67
+ "W0511", # TODO
68
+ "W1203", # use lazy % formatting in logging functions
69
+]
70
71
[project.scripts]
72
pose_info = "pose_format.bin.pose_info:main"
0 commit comments