Skip to content

Commit

Permalink
Merge branch 'all-collaborators4' into main-complete-rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 18, 2024
2 parents 48d05cd + 5a98fe0 commit 2fe55cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-toml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace

0 comments on commit 2fe55cb

Please sign in to comment.