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 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/psf/black: 23.10.1 → 24.10.0](psf/black@23.10.1...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.7.0](astral-sh/ruff-pre-commit@v0.1.3...v0.7.0)
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.37.0...v0.42.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 7a053a1 commit 16a4138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/psf/black
rev: "23.10.1"
rev: "24.10.0"
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.3'
rev: 'v0.7.0'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -18,7 +18,7 @@ repos:
# hooks:
# - id: mypy
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.42.0
hooks:
- id: markdownlint
args: ["--ignore", "docs/component-library.md", "--disable", "MD013", "MD033", "--"]

0 comments on commit 16a4138

Please sign in to comment.