]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests/pytests: configure pylint to ignore consider-using-with
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 30 Aug 2021 13:00:44 +0000 (15:00 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 30 Aug 2021 13:30:37 +0000 (15:30 +0200)
tests/pytests/pylintrc

index 39fcb28a502fbfa1094035d067f8be5d4c0ea2ea..a667afb023e806b1305d1e5539f703a419a4ebb9 100644 (file)
@@ -15,6 +15,7 @@ disable=
     global-statement,
     no-else-return,
     redefined-outer-name,  # commonly used with pytest fixtures
+    consider-using-with,
 
 
 [SIMILARITIES]