Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jendrik Seipp <[email protected]>
  • Loading branch information
sacsar and jendrikseipp authored Nov 24, 2023
1 parent 4b2a421 commit bcc2e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 2.11 (2023-11-13)
* Switch to tomllib/tomli to support heterogenous arrays. (Sebastian Csar, #340)
# next (unreleased)
* Switch to tomllib/tomli to support heterogeneous arrays (Sebastian Csar, #340).

# 2.10 (2023-10-06)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_toml_config_with_heterogenous_array():
"""\
[tool.foo]
# comment for good measure
problem_array = [{ a = 1}, [2,3,4], "foo"]
problem_array = [{a = 1}, [2,3,4], "foo"]
[tool.vulture]
exclude = ["file*.py", "dir/"]
Expand Down

0 comments on commit bcc2e2d

Please sign in to comment.