Provide input at thread start.
[crypto-install.git] / setup.cfg
1 [pep8]
2 exclude = build
3 select = E123,E226,E241,E242
4 ignore = E211,E251,E401