https://github.com/5monkeys/docker-lint-flake8
https://github.com/5monkeys/docker-lint-flake8
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/5monkeys/docker-lint-flake8
- Owner: 5monkeys
- Created: 2016-08-30T09:56:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T10:12:22.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T06:41:13.284Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```