Sign inSign up

yamatt/python-black

By yamatt

Updated almost 6 years ago

A docker image for the Python linting library black

Image
0

2.7K

yamatt/python-black repository overview

Docker Python Black

A docker image for the Python linting library black because the most commonly used one by Mozilla is currently poorly maintained.

Usage

docker run --rm --interactive --volume $(pwd)/example.py:/src/example.py yamatt/python-black:latest --target-version py36 .

Features

  • Fully linted
  • Fully tested
  • Regular releases to update base image
  • Lowest privileges
  • Fixed versions
  • Easy to contribute and maintain to because:
    • Use of args
    • CI/CD
    • Friendly community

Contribute

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.

License

AGPLv3
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/>.

Tag summary

Content type

Image

Digest

Size

25.4 MB

Last updated

almost 6 years ago

docker pull yamatt/python-black