[flake8]
extend-ignore = E203, E501, E722, B950, W503
select = C,E,F,W,T,B,B9,I
per-file-ignores =
  src/module_qc_data_tools/qcDataFrame.py: T201
