Add --enable-asan configure option
[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
7# __init__.py has a bunch of (expectedly) unused imports, so disable that
8# warning for this file.
9per-file-ignores = src/bindings/python/bt2/bt2/__init__.py:F401
10
11exclude = tests/utils/python/tap
This page took 0.033999 seconds and 4 git commands to generate.