Skip to content

Commit

Permalink
Added .pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkunt committed Feb 7, 2020
1 parent 6fcae19 commit 3831a53
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 @@
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-ast
- id: check-builtin-literals
- id: check-case-conflict
- id: check-docstring-first
- id: check-json
- id: detect-aws-credentials
- id: detect-private-key
- id: end-of-file-fixer
- id: requirements-txt-fixer

0 comments on commit 3831a53

Please sign in to comment.