Skip to content

Commit

Permalink
Add pillow and update hooks (microsoft#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 authored Apr 3, 2024
1 parent f135e45 commit de9509e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -12,7 +12,7 @@ repos:
additional_dependencies: ['.[colors]']

- repo: https://github.com/psf/black
rev: 24.1.0
rev: 24.3.0
hooks:
- id: black
args: [--skip-magic-trailing-comma]
Expand All @@ -30,9 +30,9 @@ repos:
additional_dependencies: ['.[toml]']

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports, --show-error-codes]
additional_dependencies: [einops>=0.6.0, kornia>=0.6.9, lightning>=2.0.9, matplotlib>=3.8.1, numpy>=1.22, pytest>=6.1.2, pyvista>=0.34.2, scikit-image>=0.18.0, torch>=2.2, torchmetrics>=0.10]
additional_dependencies: [einops>=0.6.0, kornia>=0.6.9, lightning>=2.0.9, matplotlib>=3.8.1, numpy>=1.22, pillow>=10.3.0, pytest>=6.1.2, pyvista>=0.34.2, scikit-image>=0.18.0, torch>=2.2, torchmetrics>=0.10]
exclude: (build|data|dist|logo|logs|output)/

0 comments on commit de9509e

Please sign in to comment.