Skip to content

Commit

Permalink
style(pyproject): double quote strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Nov 7, 2023
1 parent 3533009 commit c51d198
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 @@ -71,7 +71,7 @@ packages = ["pycaputo"]
safe = true
preview = true
line-length = 88
target-version = ['py39', 'py310', 'py311']
target-version = ["py39", "py310", "py311"]
exclude='\.eggs|\.git|\.mypy_cache|build|dist|\.pytest_cache|\.pytype'

[tool.ruff]
Expand Down

0 comments on commit c51d198

Please sign in to comment.