Skip to content

Commit

Permalink
Merge branch 'master' into byol_encoder_opt
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 15, 2021
2 parents 731c3d0 + 50969a8 commit 6d6721f
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 6d6721f

Please sign in to comment.