Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgovoni-devel authored Jun 12, 2019
1 parent bf92017 commit c1199e3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v2.2.3
rev: v2.2.3
hooks:
- id: check-yaml
- id: check-json
- id: check-xml
- id: check-ast
- id: check-merge-conflict
- id: flake8
- id: no-commit-to-branch
args: [--branch, master, --branch, develop]
- id: check-added-large-files
args: [--maxkb=200]
- id: trailing-whitespace

0 comments on commit c1199e3

Please sign in to comment.