Skip to content

Commit

Permalink
fix: yamlfix and pydantic are incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonyjin committed Nov 11, 2024
1 parent 9fd949d commit b756687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ dependencies = [
"mypy==1.8.0",
"ruff==0.4.6",
"isort==5.13.2",
"yamlfix==1.16.1",
"yamlfix==1.17.0",
"pyproject-fmt==2.2.1",
"pydantic>=2",
]
[tool.hatch.envs.linting.scripts]
typing = "mypy {args:src/aleph/vm/ tests/ examples/example_fastapi runtimes/aleph-debian-12-python}"
Expand Down

0 comments on commit b756687

Please sign in to comment.