Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add barebones .pre-commit-config.yaml file
Added configuration for pre-commit hooks.
  • Loading branch information
cclauss authored Jan 1, 2026
commit 494a0dad7e85345272e230be73d123d23271e40d
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Learn more about this config here: https://pre-commit.com/

# To enable these pre-commit hooks, run:
# `pipx install pre-commit` or `brew install pre-commit`
# Then, in the project root directory, run `pre-commit install`

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-added-large-files