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/pre-commit/pre-commit-hooks: v4.6.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.8 β†’ v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9)
- [github.com/crate-ci/typos: v1.25.0 β†’ v1.26.0](crate-ci/typos@v1.25.0...v1.26.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent ac04098 commit 62a74ed
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.8'
rev: 'v0.6.9'
hooks:
- id: ruff
- repo: https://github.com/PyCQA/flake8
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
hooks:
- id: blacken-docs
- repo: https://github.com/crate-ci/typos
rev: v1.25.0
rev: v1.26.0
hooks:
- id: typos
# - repo: https://github.com/Lucas-C/pre-commit-hooks-markup
Expand Down

0 comments on commit 62a74ed

Please sign in to comment.