Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 20, 2021
1 parent 268df20 commit c38c579
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,25 @@ default_language_version:


repos:
- repo: https://github.com/pycqa/isort
rev: 5.5.2
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v2.3.0'
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

- repo: https://github.com/PyCQA/isort
rev: 5.7.0
hooks:
- id: isort
args: [ --check, --diff ]

- repo: https://github.com/pre-commit/mirrors-yapf
rev: 'v0.29.0'
hooks:
- id: yapf
args: [--in-place, --parallel]
args: [ --in-place, --parallel ]

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

0 comments on commit c38c579

Please sign in to comment.