Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into morphio_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 8, 2024
2 parents d6b6a04 + 5755d25 commit 8cc0f7c
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 @@ -18,15 +18,15 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -35,7 +35,7 @@ repos:
- types-PyYAML
- types-retry
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
rev: "0.50"
hooks:
- id: check-manifest
args: [--no-build-isolation]
Expand Down

0 comments on commit 8cc0f7c

Please sign in to comment.