11 lines
246 B
Markdown
11 lines
246 B
Markdown
|
# flake8-bundle
|
||
|
|
||
|
flake8 bundle for using in CI/CD pipelines, largely based on
|
||
|
https://github.com/alpine-docker/flake8/
|
||
|
|
||
|
To run locally against source tree use:
|
||
|
|
||
|
```
|
||
|
docker run -ti --rm -v $(pwd):/apps harbor.k-space.ee/k-space/flake8-bundle
|
||
|
```
|