Skip to content

Commit

Permalink
Fix changelog format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 19, 2024
1 parent d47dcdc commit d8c5934
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Replace `tox` by `pre-commit` for linting and formatting (Anh Trinh, #349).

# 2.11 (2024-01-06)

* Switch to tomllib/tomli to support heterogeneous arrays (Sebastian Csar, #340).
* Bump flake8, flake8-comprehensions and flake8-bugbear (Sebastian Csar, #341).
* Provide whitelist parity for `MagicMock` and `Mock` (maxrake, #342).
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# NOTE: you have to use single-quoted strings in TOML for regular expressions.
# It's the equivalent of r-strings in Python. Multiline strings are treated as
# verbose regular expressions by Black. Use [ ] to denote a significant space
# character.

[tool.ruff]
# Exclude a variety of commonly ignored directories.
exclude = [
".eggs",
".git",
Expand Down

0 comments on commit d8c5934

Please sign in to comment.