Skip to content

Commit

Permalink
fix: fixes inconsistent quote usage in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jul 17, 2024
1 parent 2e75cc3 commit 54621b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ compliance-trestle = "^3.3.0"
github3-py = "^4.0.1"
python-gitlab = "^4.2.0"
ruamel-yaml = "^0.18.5"
pydantic = '^2.0.0'
pydantic = "^2.0.0"

[tool.poetry.group.dev.dependencies]
flake8 = "^7.0.0"
Expand Down

0 comments on commit 54621b4

Please sign in to comment.