]> git.proxmox.com Git - mirror_frr.git/blob - .pylintrc
Merge pull request #13451 from sri-mohan1/srib-ldpd
[mirror_frr.git] / .pylintrc
1 [MASTER]
2 init-hook="import sys; sys.path.insert(0, '..')"
3 signature-mutators=common_config.retry,retry
4
5 [FORMAT]
6 max-line-length = 88
7
8 [MESSAGES CONTROL]
9 disable=I,C,R,W