Skip to content

Commit

Permalink
chore: add pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-twhite committed Sep 6, 2023
1 parent 2451424 commit fe50fd8
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 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
hooks:
- id: setup-cfg-fmt

0 comments on commit fe50fd8

Please sign in to comment.