]> git.proxmox.com Git - mirror_frr.git/blobdiff - .pylintrc
bgpd: Refactor subgroup_announce_table() to reuse an existing helpers
[mirror_frr.git] / .pylintrc
index 83a71974813137b456a3fd3a287461bfa0ab63e4..ba9430ba6b37a105169fdfa33df4eb0f5b70dc4f 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -2,5 +2,8 @@
 init-hook="import sys; sys.path.insert(0, '..')"
 signature-mutators=common_config.retry,retry
 
+[FORMAT]
+max-line-length = 88
+
 [MESSAGES CONTROL]
 disable=I,C,R,W