Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#13)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 →
v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9)
- [github.com/crate-ci/typos: v1.16.25 →
v1.16.26](crate-ci/typos@v1.16.25...v1.16.26)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent e5846c1 commit 14e2d37
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 @@ -26,7 +26,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -50,6 +50,6 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/crate-ci/typos
rev: v1.16.25
rev: v1.16.26
hooks:
- id: typos

0 comments on commit 14e2d37

Please sign in to comment.