Fix for future versions of python (#911)

Starting python 3.10, the use of - instead of _ will get a warn (see https://bugs.gentoo.org/796281 for reference)

Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
Marco Scardovi
2022-01-10 11:08:10 +01:00
committed by GitHub
parent e83c7b8e8f
commit f4153a09f8

View File

@@ -1,5 +1,5 @@
[build]
build-base=bin
build_base=bin
[yapf]
based_on_style=google