frr/.pylintrc
Christian Hopps 3d4dee5f0c tests: add another directory to search path for pylint
Some IDEs (e.g., emacs+lsp) run pylint from the root directory and so
we need to add `tests/topotests` so that `lib` and `munet` are found
by pylint when used in imports

Signed-off-by: Christian Hopps <chopps@labn.net>
2025-03-24 05:10:36 +00:00

10 lines
189 B
INI

[MASTER]
init-hook="import sys; sys.path.extend(['..', 'tests/topotests']);"
signature-mutators=common_config.retry,retry
[FORMAT]
max-line-length = 88
[MESSAGES CONTROL]
disable=I,C,R,W