Skip to content

Instantly share code, notes, and snippets.

View whybfq's full-sized avatar
💭
I may be slow to respond.

Naphat John whybfq

💭
I may be slow to respond.
View GitHub Profile
@whybfq
whybfq / .pre-commit-config.yaml
Created September 5, 2023 11:46
python pre-commit file
fail_fast: true
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.7.0
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
@whybfq
whybfq / semantic-commit-messages.md
Created August 23, 2023 12:59 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example