diff --git a/pyproject.toml b/pyproject.toml
index a70eddfb5aaf01d4e8e6aa40222a8213facbdf91..f3328b597187d9a324fbb8a743f5c6c173f72977 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,4 +8,7 @@ reports='no'
 # A comma-separated list of package or module names from where C extensions may
 # be loaded. Extensions are loading into the active Python interpreter and may
 # run arbitrary code
-extension-pkg-allow-list='rapidjson'
\ No newline at end of file
+extension-pkg-allow-list='rapidjson
+
+[tool.pylint.FORMAT]
+max-line-length=80