Skip to content

Commit 46ab1f2

Browse files
[pre-commit.ci] pre-commit autoupdate (#492)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.21.2 → v2.23.0](tox-dev/pyproject-fmt@v2.21.2...v2.23.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.14 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.14...v0.15.15) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 04cb136 commit 46ab1f2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: tox-toml-fmt
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.21.2"
22+
rev: "v2.23.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.14"
26+
rev: "v0.15.15"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff-check

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ release = [
103103
]
104104

105105
[tool.hatch]
106+
version.source = "vcs"
106107
build.hooks.vcs.version-file = "src/platformdirs/version.py"
107108
build.targets.sdist.include = [
108109
"/src",
109110
"/tests",
110111
"/tox.toml",
111112
]
112-
version.source = "vcs"
113113

114114
[tool.ruff]
115115
line-length = 120

0 commit comments

Comments
 (0)