diff options
| author | Christian Hopps <chopps@labn.net> | 2021-07-26 23:23:20 +0000 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2021-09-04 09:04:46 -0400 | 
| commit | 4958158787ce9179020d024c14416a23e82713b1 (patch) | |
| tree | 8fb926ae2c5d3e267b332464c3e8345fc2ab4e87 /.pylintrc | |
| parent | 6a5433ef0be0819f8d662189d870cde9042eaff0 (diff) | |
tests: micronet: update infra
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '.pylintrc')
| -rw-r--r-- | .pylintrc | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000000..83a7197481 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,6 @@ +[MASTER] +init-hook="import sys; sys.path.insert(0, '..')" +signature-mutators=common_config.retry,retry + +[MESSAGES CONTROL] +disable=I,C,R,W  | 
