Skip to content

Commit

Permalink
requirements.txt: add black
Browse files Browse the repository at this point in the history
This way, IDEs can be set up to use the black version from the environment instead of a globally
available/bundled black version.
  • Loading branch information
BartSchuurmans committed Mar 20, 2024
1 parent e13e423 commit ab430e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ setuptools>=65.5.1 # Not a direct dependency, pinned to get a security fix
tornado==6.3.3 # Not a direct dependency, pinned to get a security fix

# Dev
black==22.*
celery-types==0.18.0
django-stubs[compatible-mypy]==4.2.4
mypy==1.5.1
Expand Down

0 comments on commit ab430e0

Please sign in to comment.