Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.16.24 → v1.16.25](crate-ci/typos@v1.16.24...v1.16.25)
- [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8)
  • Loading branch information
pre-commit-ci[bot] authored and mrbean-bremen committed Dec 18, 2023
1 parent ba3df1a commit 68cac2e
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 @@ -3,12 +3,12 @@ default_language_version:

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.16.24
rev: v1.16.25
hooks:
- id: typos
exclude: _*.xml
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
args: [ --safe, --quiet ]
Expand All @@ -23,7 +23,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.8
hooks:
- id: ruff
args: [dicom_validator, --fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 68cac2e

Please sign in to comment.