Skip to content

Instantly share code, notes, and snippets.

@qmaruf
Created February 21, 2024 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qmaruf/b60eed58e052b3e193df50ff8ce22ef9 to your computer and use it in GitHub Desktop.
Save qmaruf/b60eed58e052b3e193df50ff8ce22ef9 to your computer and use it in GitHub Desktop.
repos:
- repo: https://github.com/avilaton/add-msg-issue-prefix-hook
rev: v0.0.11
hooks:
- id: add-msg-issue-prefix
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
hooks:
- id: ruff
args: [--fix, --output-format=full, --show-fixes, --select, I001, --select, F401]
- id: ruff-format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment