Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (pydicom#1894)
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.16.14 → v1.16.17](crate-ci/typos@v1.16.14...v1.16.17)
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: mrbean-bremen <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and mrbean-bremen committed Oct 8, 2023
1 parent 96012f4 commit f50c6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/crate-ci/typos
rev: v1.16.14
rev: v1.16.17
hooks:
- id: typos
exclude: _.*_dict.py
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args: [src, --fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit f50c6ab

Please sign in to comment.