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.5.0 β†’ v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/igorshubovych/markdownlint-cli: v0.39.0 β†’ v0.40.0](igorshubovych/markdownlint-cli@v0.39.0...v0.40.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.3 β†’ v0.4.4](astral-sh/ruff-pre-commit@v0.3.3...v0.4.4)
  • Loading branch information
pre-commit-ci[bot] committed May 13, 2024
1 parent ffbf8fb commit 01b5cd6
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,7 +14,7 @@ repos:
args: [--allow-missing-credentials]
- id: detect-private-key
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
name: Markdownlint
Expand All @@ -30,7 +30,7 @@ repos:
name: codespell
description: Checks for common misspellings in text files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.4.4
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down

0 comments on commit 01b5cd6

Please sign in to comment.