Skip to content

Commit

Permalink
Add basic pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Sep 20, 2024
1 parent a21a4ac commit 81fe78a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.9
hooks:
- id: ruff

0 comments on commit 81fe78a

Please sign in to comment.