File tree Expand file tree Collapse file tree 5 files changed +510
-235
lines changed Expand file tree Collapse file tree 5 files changed +510
-235
lines changed Original file line number Diff line number Diff line change 1414 - id : end-of-file-fixer
1515 - id : mixed-line-ending
1616 args : ["--fix=lf"]
17- - id : requirements-txt-fixer
1817 - id : trailing-whitespace
18+ exclude : " tests/cli/test_convert.py"
1919
2020- repo : https://github.com/astral-sh/ruff-pre-commit
2121 rev : v0.6.9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Release Notes
33
44**UNRELEASED **
55
6+ - Refactored the ``convert `` command to not need setuptools to be installed
67- Added a redirection from ``wheel.bdist_wheel.bdist_wheel `` to
78 ``setuptools.command.bdist_wheel.bdist_wheel `` to improve compatibility with
89 ``setuptools ``' latest fixes.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ build-backend = "flit_core.buildapi"
66name = " wheel"
77description = " A built-package format for Python"
88readme = " README.rst"
9+ license = {file = " LICENSE.txt" }
910classifiers = [
1011 " Development Status :: 5 - Production/Stable" ,
1112 " Intended Audience :: Developers" ,
@@ -89,6 +90,9 @@ exclude_also = [
8990
9091[tool .coverage .report ]
9192show_missing = true
93+ exclude_also = [
94+ " @abstractmethod" ,
95+ ]
9296
9397[tool .ruff ]
9498extend-exclude = [" src/wheel/vendored" ]
You can’t perform that action at this time.
0 commit comments