Skip to content

Commit 0cc1c1a

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#18)
2 parents e7c9429 + 2b05988 commit 0cc1c1a

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -11,13 +11,12 @@ repos:
1111
- id: trailing-whitespace
1212

1313
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: 1.7.0
14+
rev: 2.1.3
1515
hooks:
1616
- id: pyproject-fmt
17-
additional_dependencies: [tox]
1817

1918
- repo: https://github.com/abravalheri/validate-pyproject
20-
rev: v0.16
19+
rev: v0.18
2120
hooks:
2221
- id: validate-pyproject
2322

pyproject.toml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ requires = [
99
name = "blurb"
1010
description = "Command-line tool to manage CPython Misc/NEWS.d entries."
1111
readme = "README.md"
12-
maintainers = [{name = "Python Core Developers", email="[email protected]"}]
13-
authors = [{ name="Larry Hastings", email="[email protected]"}]
12+
maintainers = [
13+
{ name = "Python Core Developers", email = "[email protected]" },
14+
]
15+
authors = [
16+
{ name = "Larry Hastings", email = "[email protected]" },
17+
]
1418
requires-python = ">=3.8"
1519
classifiers = [
1620
"Intended Audience :: Developers",
@@ -26,21 +30,21 @@ classifiers = [
2630
dynamic = [
2731
"version",
2832
]
29-
[project.optional-dependencies]
30-
tests = [
33+
optional-dependencies.tests = [
3134
"pyfakefs",
3235
"pytest",
3336
"pytest-cov",
3437
]
35-
[project.urls]
36-
Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
37-
Homepage = "https://github.com/python/blurb"
38-
Source = "https://github.com/python/blurb"
39-
[project.scripts]
40-
blurb = "blurb.blurb:main"
38+
urls.Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
39+
urls.Homepage = "https://github.com/python/blurb"
40+
urls.Source = "https://github.com/python/blurb"
41+
scripts.blurb = "blurb.blurb:main"
4142

4243
[tool.hatch]
4344
version.source = "vcs"
4445

4546
[tool.hatch.version.raw-options]
4647
local_scheme = "no-local-version"
48+
49+
[tool.pyproject-fmt]
50+
max_supported_python = "3.13"

0 commit comments

Comments
 (0)