tests: use /dev/null instead of empty files in src.ctf.lttng-live test
[babeltrace.git] / setup.cfg
CommitLineData
f641029a
SM
1[flake8]
2# E501: line too long
3# W503: line break before binary operator (conflicts with black's way of
4# formatting)
5ignore = E501,W503
6
86f24b10
MJ
7# Disabled warnings for `bt2/__init__.py`:
8#
9# F401:
10# Has a bunch of (expectedly) unused imports.
11#
12# E402:
13# Has code to set up the DLL search path before imports.
14per-file-ignores = src/bindings/python/bt2/bt2/__init__.py:F401,E402
f641029a 15
e612fc1e 16exclude = tests/utils/python/normand.py tests/utils/python/tap tests/utils/python/typing/typing.py
This page took 0.041871 seconds and 4 git commands to generate.