apebench-paper / setup.cfg
ceyron's picture
Template start
b66f283
[metadata]
description-file = README.md
[flake8]
# for compatibility with black
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203,E501,E731,W503,F722