Skip to content

Commit

Permalink
Merge pull request #893 from dyvenia/black_formatter
Browse files Browse the repository at this point in the history
Updated Black formatter note
  • Loading branch information
Rafalz13 authored May 22, 2024
2 parents 89858d4 + 703f507 commit f1df16a
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 f1df16a

Please sign in to comment.