Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 17, 2022
1 parent a8b9034 commit b0b6d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
- flake8-string-format
- flake8-type-annotations
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.930
rev: v0.961
hooks:
- id: mypy
- repo: https://github.com/google/yapf
Expand Down

0 comments on commit b0b6d53

Please sign in to comment.