From d8c5934f974a82e7418b568e5ce33c3395040d39 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Fri, 19 Jan 2024 20:55:53 +0100 Subject: [PATCH] Fix changelog format. --- CHANGELOG.md | 1 + pyproject.toml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a22722b..39ebcbf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/pyproject.toml b/pyproject.toml index 246eeffd..117c7fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",