Skip to content

Commit

Permalink
Merge pull request #12 from modeseven-os-climate/implement-minimal-pr…
Browse files Browse the repository at this point in the history
…ecommit

Implement minimal pre-commit configuration for pre-commit.ci
  • Loading branch information
ModeSevenIndustrialSolutions authored Mar 5, 2024
2 parents 9077b53 + 1ebd6f7 commit b92c6fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
ci:
autofix_commit_msg: "Chore: pre-commit autoupdate"

repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-added-large-files

0 comments on commit b92c6fd

Please sign in to comment.