Add `tests/utils/python/normand.py` (Normand 0.23)
[babeltrace.git] / setup.cfg
index 1d29ccadf04b0031d7954fff124a4c3e55b3b868..fa41210718a22f8cd9313c4a40ca5acbb01c503d 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,8 +4,13 @@
 #       formatting)
 ignore = E501,W503
 
-# __init__.py has a bunch of (expectedly) unused imports, so disable that
-# warning for this file.
-per-file-ignores = src/bindings/python/bt2/bt2/__init__.py:F401
+# Disabled warnings for `bt2/__init__.py`:
+#
+# F401:
+#     Has a bunch of (expectedly) unused imports.
+#
+# E402:
+#     Has code to set up the DLL search path before imports.
+per-file-ignores = src/bindings/python/bt2/bt2/__init__.py:F401,E402
 
-exclude = tests/utils/python/tap tests/utils/python/local_typing.py
+exclude = tests/utils/python/normand.py tests/utils/python/tap tests/utils/python/typing/typing.py
This page took 0.023212 seconds and 4 git commands to generate.