Skip to content

Commit

Permalink
Remove -N option (--skip-numeric-underscore-normalization) from black
Browse files Browse the repository at this point in the history
The option used to preserve underscores in numeric literals
has been removed from Black.

Black no longer normalizes numeric literals to include _ separators.

See:
psf/black#549
psf/black#696
Signed-off-by: Enrico Usai <usai@amazon.com>
  • Loading branch information
enrico-usai committed Mar 15, 2019
1 parent 6ff9ee0 commit 7bfce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ skip_install = true
deps =
black
commands =
black -l 120 -N \
black -l 120 \
{[vars]code_dirs} \
{posargs}

Expand Down

0 comments on commit 7bfce76

Please sign in to comment.