mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
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:
parent
54c49abbcb
commit
78e031e885
1 changed files with 0 additions and 3 deletions
|
|
@ -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/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue