Skip to content

Commit

Permalink
readded the files after sync with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar committed Mar 21, 2018
1 parent 8d0e95a commit 39d03fb
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pep8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pep8]
max-line-length = 120
33 changes: 33 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# To use these pre-commit hooks you should first install https://pre-commit.com
# and then run "pre-commit install" in the root folder of your local clone
# so the hooks are deployed to .git/hooks
#
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
#
# the pep8 custom config (e.g. custom line lenght) is defined in file .pep8
# https://pep8.readthedocs.io/en/release-1.7.x/intro.html#configuration

repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v1.2.0
hooks:
- id: autopep8-wrapper
name: 'autopep8-wrapper (.eb)'
types: [file]
files: \.eb$
- id: check-ast
name: 'check-ast (.eb)'
types: [file]
files: \.eb$
- id: autopep8-wrapper
- id: check-ast
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict

- repo: https://github.com/easybuilders/pre-commit-hooks-easybuild
sha: v0.1
hooks:
- id: check-old-easybuild-url

0 comments on commit 39d03fb

Please sign in to comment.