diff --git a/CHANGELOG.md b/CHANGELOG.md index fb82fdead..c54fa46e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - +- Added extra point in the `README.md` about black formatter ### Fixed ### Changed diff --git a/README.md b/README.md index 91c8e6207..bb713fe68 100644 --- a/README.md +++ b/README.md @@ -194,3 +194,5 @@ pip install black 3. Find the `Format On Save` setting - check the box. 4. Find the `Python Formatting Provider` and select "black" in the drop-down list. 5. Your code should auto format on save now. + +* Please, note that VS Code changed the way it handles empty lines and in the newer version black formatter may not work as expected. If you encounter some issues run `black . ` in the terminal.