Skip to content

Commit b433578

Browse files
authored
Merge pull request #38 from negillett/chore/pyproject-dev-deps-indent
chore: align dev optional-deps indentation in pyproject.toml
2 parents abbdc5b + a0ecddc commit b433578

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ dev = [
3636
"build>=1.2",
3737
"coverage[toml]>=7.4",
3838
"datamodel-code-generator==0.56.1",
39-
"pip-audit>=2.7",
40-
"pytest>=8.0",
41-
"pytest-asyncio>=0.24",
42-
"pytest-cov>=6.0",
43-
"ruff>=0.8",
44-
"tox>=4",
39+
"pip-audit>=2.7",
40+
"pytest>=8.0",
41+
"pytest-asyncio>=0.24",
42+
"pytest-cov>=6.0",
43+
"ruff>=0.8",
44+
"tox>=4",
4545
]
4646

4747
[tool.intentproof]

0 commit comments

Comments
 (0)