Skip to content

Commit

Permalink
Merge pull request #15 from HiDiHlabs/main
Browse files Browse the repository at this point in the history
Update dev from main
  • Loading branch information
niklasmueboe authored Oct 24, 2024
2 parents a7fe73d + 51a92c7 commit 8bacae0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
skip: [fmt, cargo-check]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
exclude_types: ["jupyter"]
Expand All @@ -18,7 +18,7 @@ repos:
- id: no-commit-to-branch
args: [--branch=main]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.6.9
hooks:
- id: ruff
args: [--fix]
Expand All @@ -27,11 +27,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -49,7 +49,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/google/yamlfmt
rev: v0.12.1
rev: v0.13.0
hooks:
- id: yamlfmt
- repo: https://github.com/executablebooks/mdformat
Expand Down

0 comments on commit 8bacae0

Please sign in to comment.