Skip to content

Commit

Permalink
[INI] Create .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dutta-alankar authored May 8, 2023
1 parent 0949480 commit 8f39eca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ci:
autofix_prs: false
autoupdate_schedule: quarterly

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: no-commit-to-branch
- id: debug-statements
- id: check-merge-conflict
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-shebang-scripts-are-executable
- id: check-executables-have-shebangs
- id: check-toml

0 comments on commit 8f39eca

Please sign in to comment.