chore: drop universal wheel

Pre-commit does not support Python 2 anymore, so it does not need universal wheels activated, which produce `py3.py2` in the wheel name instead of `py3`.
This commit is contained in:
Henry Schreiner 2021-03-09 10:39:29 -05:00 committed by GitHub
parent 54c49abbcb
commit 78e031e885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,9 +50,6 @@ exclude =
tests* tests*
testing* testing*
[bdist_wheel]
universal = True
[coverage:run] [coverage:run]
plugins = covdefaults plugins = covdefaults
omit = pre_commit/resources/* omit = pre_commit/resources/*