Skip to content

Commit 53db658

Browse files
committed
Add black to dev dependencies
So Django's auto formatter for generated files will pick it up > Python files created by startproject, startapp, optimizemigration, makemigrations, and squashmigrations are now formatted using the black command if it is present on your PATH. https://docs.djangoproject.com/en/5.2/releases/4.1/
1 parent b0814a1 commit 53db658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r common.txt
2+
black==25.1.0 # Used by Used by Django's find_formatters and run_formatters
23
django-debug-toolbar==5.2.0
34
pre-commit~=4.2.0
45
watchdog==6.0.0

0 commit comments

Comments
 (0)