remove universal bdist

Flake8 no longer supports Python 2, so there is no need of building universal bdist.
This commit is contained in:
Dulmandakh 2021-10-13 21:45:42 +08:00 committed by GitHub
parent ecee230c6f
commit 61d7b36e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,9 +95,6 @@ flake8.report =
quiet-filename = flake8.formatting.default:FilenameOnly
quiet-nothing = flake8.formatting.default:Nothing
[bdist_wheel]
universal = 1
[mypy]
check_untyped_defs = true
disallow_any_generics = true