Skip to content

Commit

Permalink
Update black config
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstarkey committed Mar 8, 2024
1 parent 4930dc8 commit cb83d93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ deps =
extras = test

[testenv:black]
commands = black rest_framework_serializer_extensions tests --check --diff
# Run black check, output diff, and ignore trailing commas (don't always force over
# multiple lines)
commands = black rest_framework_serializer_extensions tests --check --diff -C
skip_install = true
deps =
-crequirements-dev.txt
Expand Down

0 comments on commit cb83d93

Please sign in to comment.