ioggstream / in-5-minutes

Tutorials and musings in 5 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github

Repository for boilerplate workflows and CI for python projects.

.bandit.yaml
.pre-commit-config.yaml
.github
└── workflows

pre-commit

Pre-commit checks your files before committing. It can lint, format or do other checks on them.

Once you install it via

    pip3 install pre-commit --user

You can run it directly via

    pre-commit run --all-files

Or install it as a pre-commit hook

    pre-commit install

.github/workflows

About

Tutorials and musings in 5 minutes.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 60.1%Language:Shell 37.1%Language:Python 2.7%