From 703f5070558b062c66386994b7c020d662d7d8ed Mon Sep 17 00:00:00 2001 From: angelika233 Date: Mon, 15 Apr 2024 12:42:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20note=20about=20black=20f?= =?UTF-8?q?ormatter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.