Skip to content

Commit

Permalink
update precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 15, 2021
1 parent 73a3223 commit 50969a8
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.0.1'
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-case-conflict
- id: check-yaml
- id: check-toml
- id: pretty-format-json
- id: check-added-large-files
- id: check-docstring-first
- id: detect-private-key

- repo: https://github.com/PyCQA/isort
rev: 5.8.0
Expand All @@ -21,7 +28,7 @@ repos:
- id: yapf
args: [ --in-place, --parallel ]

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

0 comments on commit 50969a8

Please sign in to comment.