Skip to content

Commit 5609535

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 19ba8da commit 5609535

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.9.0 # Used by Django's find_formatters and run_formatters
23
django-debug-toolbar==6.0.0
34
pre-commit~=4.3.0
45
watchdog==6.0.0

0 commit comments

Comments
 (0)