Skip to content

Commit

Permalink
Update pre-commit hooks (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkeilbach authored Dec 13, 2023
1 parent daee9d8 commit 873bcd4
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
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v3.1.0"
hooks:
- id: prettier
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.12.0
hooks:
- id: black-jupyter
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.1"
rev: "v1.7.1"
hooks:
- id: mypy
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit 873bcd4

Please sign in to comment.