Skip to content

Commit

Permalink
Merge pull request #10 from rusty-dicom:pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
bryant-finney authored Sep 10, 2024
2 parents a4803a0 + e4bc7b8 commit fc32d00
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 @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.4
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand All @@ -60,7 +60,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -88,13 +88,13 @@ repos:
- id: actionlint

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.1"
rev: "2.2.3"
hooks:
- id: pyproject-fmt
files: '.*\.toml$'

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.377
rev: v1.1.379
hooks:
- id: pyright
additional_dependencies:
Expand Down Expand Up @@ -127,7 +127,7 @@ repos:
- MD013

- repo: https://github.com/crate-ci/typos
rev: v1.24.1
rev: v1.24.5
hooks:
- id: typos

Expand Down

0 comments on commit fc32d00

Please sign in to comment.