Skip to content

Commit

Permalink
fix(eyepy): update pre-commit; remove itk from dependencies
Browse files Browse the repository at this point in the history
itk was used to read the RETOUCH dataset and might be added as an extra dependency
  • Loading branch information
Oli4 committed Sep 15, 2022
1 parent de24505 commit 0339fb6
Show file tree
Hide file tree
Showing 3 changed files with 684 additions and 546 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
- hooks:
- id: isort
args: ["--profile", "black"]
Expand All @@ -14,10 +14,10 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.8.0
- hooks:
- id: commitizen
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.4
rev: v2.32.7

0 comments on commit 0339fb6

Please sign in to comment.