A docker image for the Python linting library black
2.7K
A docker image for the Python linting library black because the most commonly used one by Mozilla is currently poorly maintained.
docker run --rm --interactive --volume $(pwd)/example.py:/src/example.py yamatt/python-black:latest --target-version py36 .
Hi, if you would like to contribute, and I would really appreciate it if you did, you can find and clone the repo on my personal GitLab.
Copyright (C) 2019 Matt Copperwaite
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Content type
Image
Digest
Size
25.4 MB
Last updated
almost 6 years ago
docker pull yamatt/python-black