Skip to content

Commit

Permalink
experimenting with precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Apr 4, 2024
1 parent 740356c commit d12df86
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-ast
- id: check-case-conflict
- id: check-docstring-first
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: name-tests-test
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
hooks:
Expand Down

0 comments on commit d12df86

Please sign in to comment.