From 444e535f000fd7b53dadf6726d5cd29ac34cc75f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 23 Jul 2020 08:58:19 +0200 Subject: Add pybind11 2.5 source --- 3rdparty/pybind11/setup.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 3rdparty/pybind11/setup.cfg (limited to '3rdparty/pybind11/setup.cfg') diff --git a/3rdparty/pybind11/setup.cfg b/3rdparty/pybind11/setup.cfg new file mode 100644 index 00000000..002f38d1 --- /dev/null +++ b/3rdparty/pybind11/setup.cfg @@ -0,0 +1,12 @@ +[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, + # camelcase 'cPickle' imported as lowercase 'pickle' + N813 -- cgit v1.2.3