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/astral-sh/ruff-pre-commit: v0.1.14 → v0.6.9](astral-sh/ruff-pre-commit@v0.1.14...v0.6.9)
- [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0)
- [github.com/google/yamlfmt: v0.10.0 → v0.13.0](google/yamlfmt@v0.10.0...v0.13.0)
- [github.com/rhysd/actionlint: v1.6.26 → v1.7.3](rhysd/actionlint@v1.6.26...v1.7.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 7f5a56c commit 531bb75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: tests/responses/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -19,20 +19,20 @@ repos:
- --autofix
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.10.0
hooks:
- id: black
types: [python]
- repo: https://github.com/google/yamlfmt
rev: v0.10.0
rev: v0.13.0
hooks:
- id: yamlfmt
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
rev: v1.7.3
hooks:
- id: actionlint

0 comments on commit 531bb75

Please sign in to comment.