-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
ac47dea
commit 91cb132
Showing
6 changed files
with
20 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
build-backend = "hatchling.build" | ||
requires = [ | ||
"hatch-vcs>=0.3", | ||
"hatchling>=1.17.1", | ||
"hatchling>=1.18", | ||
] | ||
|
||
[project] | ||
|
@@ -19,7 +19,7 @@ keywords = [ | |
license = "MIT" | ||
maintainers = [{ name = "Bernát Gábor", email = "[email protected]" }] | ||
authors = [{ name = "Bernát Gábor", email = "[email protected]" }] | ||
requires-python = ">=3.7" | ||
requires-python = ">=3.8" | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Framework :: tox", | ||
|
@@ -29,7 +29,6 @@ classifiers = [ | |
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
|
@@ -47,18 +46,17 @@ dependencies = [ | |
'tomli>=2.0.1; python_version < "3.11"', | ||
] | ||
optional-dependencies.docs = [ | ||
"furo>=2023.5.20", | ||
"sphinx>=7.0.1", | ||
"sphinx-autodoc-typehints!=1.23.4,>=1.23", | ||
"furo>=2023.7.26", | ||
"sphinx>=7.1.2", | ||
"sphinx-autodoc-typehints>=1.24", | ||
] | ||
optional-dependencies.testing = [ | ||
"covdefaults>=2.3", | ||
'importlib-metadata>=6.6; python_version < "3.8"', | ||
"pytest>=7.3.1", | ||
"pytest>=7.4", | ||
"pytest-cov>=4.1", | ||
"pytest-mock>=3.10", | ||
"setuptools>=67.8", | ||
"wheel>=0.40", | ||
"pytest-mock>=3.11.1", | ||
"setuptools>=68", | ||
"wheel>=0.41.1", | ||
] | ||
urls.Homepage = "http://pyproject_api.readthedocs.org" | ||
urls.Source = "https://github.com/tox-dev/pyproject-api" | ||
|
@@ -74,7 +72,7 @@ line-length = 120 | |
[tool.ruff] | ||
select = ["ALL"] | ||
line-length = 120 | ||
target-version = "py37" | ||
target-version = "py38" | ||
isort = {known-first-party = ["pyproject_api"], required-imports = ["from __future__ import annotations"]} | ||
ignore = [ | ||
"INP001", # no implicit namespaces here | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters