diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2022-05-11 19:00:02 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2022-05-11 19:00:02 -0300 | 
| commit | ad46dba361a814bc4c6d5699e71147790f907803 (patch) | |
| tree | 32ec18ed4220fa785ffab729afab4831000269e1 | |
| parent | a25b68ba5d769a7ca4d4c505a67b198734c68fc1 (diff) | |
| download | puppet-nodo-ad46dba361a814bc4c6d5699e71147790f907803.tar.gz puppet-nodo-ad46dba361a814bc4c6d5699e71147790f907803.tar.bz2  | |
Considering 'black' at nodo::utils::development::python
| -rw-r--r-- | manifests/utils/development/python.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/development/python.pp b/manifests/utils/development/python.pp index b5ee089..4dfc043 100644 --- a/manifests/utils/development/python.pp +++ b/manifests/utils/development/python.pp @@ -9,6 +9,7 @@ class nodo::utils::development::python (      'python3-unidecode',      'python3-shortuuid',      'python3-pycurl', +    #'black',      # For PyPI package management      #'python3-build',  | 
