Skip to content

Commit

Permalink
chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jan 2, 2022
1 parent e6d73b8 commit 1a8f550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black
args: [ "--quiet" ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-ast
- id: check-added-large-files
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
'flake8-type-checking',
]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [ "--py36-plus", "--py37-plus",'--keep-runtime-typing' ]
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.930
hooks:
- id: mypy
additional_dependencies: [ pytest ]

0 comments on commit 1a8f550

Please sign in to comment.