-
-
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.
[pre-commit.ci] pre-commit autoupdate (#174)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](python-jsonschema/check-jsonschema@0.29.4...0.31.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.0...v0.9.2) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: Bernát Gábor <[email protected]> --------- Signed-off-by: Bernát Gábor <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
81e9d22
commit 136e5de
Showing
10 changed files
with
70 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ jobs: | |
- "3.11" | ||
- "3.10" | ||
- "3.9" | ||
- "3.8" | ||
- type | ||
- dev | ||
- pkg_meta | ||
|
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.4", | ||
"hatchling>=1.25", | ||
"hatchling>=1.27", | ||
] | ||
|
||
[project] | ||
|
@@ -23,7 +23,7 @@ maintainers = [ | |
authors = [ | ||
{ name = "Bernát Gábor", email = "[email protected]" }, | ||
] | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Framework :: tox", | ||
|
@@ -33,7 +33,6 @@ classifiers = [ | |
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
|
@@ -47,19 +46,19 @@ dynamic = [ | |
"version", | ||
] | ||
dependencies = [ | ||
"packaging>=24.1", | ||
"tomli>=2.0.1; python_version<'3.11'", | ||
"packaging>=24.2", | ||
"tomli>=2.2.1; python_version<'3.11'", | ||
] | ||
optional-dependencies.docs = [ | ||
"furo>=2024.8.6", | ||
"sphinx-autodoc-typehints>=2.4.1", | ||
"sphinx-autodoc-typehints>=3", | ||
] | ||
optional-dependencies.testing = [ | ||
"covdefaults>=2.3", | ||
"pytest>=8.3.3", | ||
"pytest-cov>=5", | ||
"pytest>=8.3.4", | ||
"pytest-cov>=6", | ||
"pytest-mock>=3.14", | ||
"setuptools>=75.1", | ||
"setuptools>=75.8", | ||
] | ||
urls.Changelog = "https://github.com/tox-dev/pyproject-api/releases" | ||
urls.Homepage = "https://pyproject-api.readthedocs.io" | ||
|
@@ -71,7 +70,6 @@ build.hooks.vcs.version-file = "src/pyproject_api/_version.py" | |
version.source = "vcs" | ||
|
||
[tool.ruff] | ||
target-version = "py38" | ||
line-length = 120 | ||
format.preview = true | ||
format.docstring-code-line-length = 100 | ||
|
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
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