requirements-dev: Add "black"

This commit is contained in:
Athanasius 2022-03-12 14:21:24 +00:00
parent bc5b7db0b1
commit a0ddf4a7b9
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -2,6 +2,9 @@
# Using legacy 'setup.py install' for flake8-annotations-coverage, since package 'wheel' is not installed.
wheel
# Code formatting
black==22.1.0
# Static analysis tools
flake8==4.0.1
flake8-annotations-coverage==0.0.5