File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -121,6 +121,16 @@ build.targets.sdist.include = [
121121]
122122version.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 ]
125135line-length = 120
126136extend-exclude = [ " tests/data" ]
@@ -214,13 +224,3 @@ reportPrivateImportUsage = false
214224[tool .pydantic-pycharm-plugin ]
215225ignore-init-method-arguments = true
216226parsable-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- ]
You can’t perform that action at this time.
0 commit comments