Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
saeub committed May 2, 2022
1 parent fbf21da commit ceb4fbe
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.930'
rev: 'v0.931'
hooks:
- id: mypy
- repo: https://github.com/PyCQA/flake8
Expand All @@ -12,6 +12,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '21.12b0'
rev: '22.3.0'
hooks:
- id: black

0 comments on commit ceb4fbe

Please sign in to comment.