Skip to content

Commit 9190572

Browse files
[pre-commit.ci] pre-commit autoupdate (#2525)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e331407 commit 9190572

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: pyproject-fmt
1616
args: ["--max-supported-python=3.14"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.14.1'
18+
rev: 'v0.14.2'
1919
hooks:
2020
- id: ruff-format
2121
exclude: "^tests/data"

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ build.targets.sdist.include = [
121121
]
122122
version.source = "vcs"
123123

124+
[tool.uv]
125+
conflicts = [
126+
[
127+
{ group = "black24" },
128+
{ group = "black22" },
129+
{ group = "black23" },
130+
{ group = "dev" },
131+
],
132+
]
133+
124134
[tool.ruff]
125135
line-length = 120
126136
extend-exclude = [ "tests/data" ]
@@ -214,13 +224,3 @@ reportPrivateImportUsage = false
214224
[tool.pydantic-pycharm-plugin]
215225
ignore-init-method-arguments = true
216226
parsable-types.str = [ "int", "float" ]
217-
218-
[tool.uv]
219-
conflicts = [
220-
[
221-
{ group = "black24" },
222-
{ group = "black22" },
223-
{ group = "black23" },
224-
{ group = "dev" },
225-
],
226-
]

0 commit comments

Comments
 (0)