Skip to content

Commit

Permalink
ENH: Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Refactor after review and feedback from @ssanderson
  • Loading branch information
Willian Paixao committed Jan 28, 2020
1 parent 2f3821c commit 6e62c9c
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v2.4.0'
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v2.4.0'
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/PyCQA/bandit
rev: '1.6.2'
hooks:
- id: bandit

- repo: local
hooks:
- id: nosetests
name: nosetests
entry: nosetests --with-coverage
language: system
- repo: https://gitlab.com/pycqa/flake8
rev: '3.7.9'
hooks:
- id: flake8

0 comments on commit 6e62c9c

Please sign in to comment.