An open API service indexing awesome lists of open source software.

https://github.com/5monkeys/docker-lint-flake8


https://github.com/5monkeys/docker-lint-flake8

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# flake8 (Python 3 / Alpine)

Minimal flake8 image using Alpine.

# Usage

## Example usage via Docker Compose

### docker-compose.yml

```yaml
version: "2"
services:
lint-py:
image: 5monkeys/lint-flake8
volumes:
- "./setup.cfg:/setup.cfg"
- ".:/code"
```

### Running

```bash
$ docker-compose run --rm lint-py
```