summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-04-18 05:12:58 -0400
committerChristian Hopps <chopps@labn.net>2023-04-18 05:18:26 -0400
commit960ab543cf3c6c2cffc587da8bbe3f25515c9abe (patch)
tree624e333114b025bdd24a3ddd115652ace709319d /.pylintrc
parent74aad5ab559cc39f52137292b3b38d2d07eff428 (diff)
style: add format checker config that matches FRR style standards
Also move .dir-locals.el to a sample file. This file should not be in the repository as it affects the user's ability to modify it. Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 83a7197481..ba9430ba6b 100644
--- 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