Skip to content

Commit

Permalink
Merge pull request #77 from scverse/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato authored Aug 23, 2023
2 parents 230f523 + 4d851f0 commit 03102c6
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 @@ -11,19 +11,19 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.2
hooks:
- id: prettier
- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies: [numpy]
Expand Down

0 comments on commit 03102c6

Please sign in to comment.