Skip to content

Commit

Permalink
length
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Dec 19, 2020
1 parent 2a703e4 commit d5d294f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .pre-commit-config.yaml
Expand Up @@ -2,10 +2,12 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: flake8
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: flake8
args: [--max-line-length=131]

- repo: https://github.com/psf/black
rev: 19.10b0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
Expand All @@ -16,8 +18,8 @@ repos:
- repo: https://github.com/pycqa/isort
rev: 5.5.2
hooks:
- id: isort
files: 'emmet-core/.*'
- id: isort
files: 'emmet-core/.*'

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.790'
Expand Down

0 comments on commit d5d294f

Please sign in to comment.