diff --git a/CHANGES.rst b/CHANGES.rst index 08a623e5e..52e3466c8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,7 @@ Added Fixed ----- +- Typo in README. 1.7.2_ - 2023-07-12 diff --git a/README.rst b/README.rst index eb3f442fb..410b0f71a 100644 --- a/README.rst +++ b/README.rst @@ -662,9 +662,12 @@ other reformatter/linter tools you use to known compatible versions, for example - id: darker args: - --isort - - --lint mypy - - --lint flake8 - - --lint pylint + - --lint + - mypy + - --lint + - flake8 + - --lint + - pylint additional_dependencies: - black==22.12.0 - isort==5.11.4