Skip to content

Commit

Permalink
Update docs/usage_and_configuration/the_basics.md
Browse files Browse the repository at this point in the history
Add missed version string

We need to automate or remove this from docs ... It's painful.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
cooperlees and JelleZijlstra committed Oct 23, 2023
1 parent 4e778c8 commit d4fda21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage_and_configuration/the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ configuration file for consistent results across environments.
```console
$ black --version
black, 23.10.1 (compiled: yes)
$ black --required-version 23.10.0 -c "format = 'this'"
$ black --required-version 23.10.1 -c "format = 'this'"
format = "this"
$ black --required-version 31.5b2 -c "still = 'beta?!'"
Oh no! 💥 💔 💥 The required version does not match the running version!
Expand Down

0 comments on commit d4fda21

Please sign in to comment.