Seamless operability between C++11 and Python
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[bdist_wheel] |
|
universal=1 |
|
|
|
[flake8] |
|
max-line-length = 99 |
|
show_source = True |
|
exclude = .git, __pycache__, build, dist, docs, tools, venv |
|
ignore = |
|
# required for pretty matrix formatting: multiple spaces after `,` and `[` |
|
E201, E241, W504
|
|
|