Skip to content

Commit

Permalink
🎨 Added note about black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
angelika233 committed Apr 15, 2024
1 parent 1cb1a4b commit 703f507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 703f507

Please sign in to comment.