Skip to content

Instantly share code, notes, and snippets.

@klane
klane / .pre-commit-config.yaml
Created August 22, 2022 02:11
pre-commit config
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-ast
- id: check-builtin-literals
- id: check-case-conflict
- id: check-docstring-first
- id: check-merge-conflict
- id: check-toml