From 9597d997cbc52e860133fceed02c75f78cbc95e5 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:15:19 +0200 Subject: [PATCH] Update the change log --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3f34bf3b7..bb94d5eb4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,6 +29,7 @@ Added - Document how to set up a development environment, run tests, run linters and update contributors list in ``CONTRIBUTING.rst``. - Document how to pin reformatter/linter versions in ``pre-commit``. +- Clarify configuration of reformatter/linter tools in README and ``--help``. Fixed -----