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/astral-sh/ruff-pre-commit: v0.1.14 → v0.6.7](astral-sh/ruff-pre-commit@v0.1.14...v0.6.7)
- https://github.com/lyz-code/yamlfix/: 1.16.0 → 1.17.0
- [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.9.0-1](scop/pre-commit-shfmt@v3.8.0-1...v3.9.0-1)
- [github.com/psf/black: 24.1.1 → 24.8.0](psf/black@24.1.1...24.8.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent 1a44417 commit 6392c70
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
Expand Up @@ -12,25 +12,25 @@ exclude: |
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.6.7
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
args: [--fix, --preview, --extend-ignore=PLR0917,--extend-ignore=PLR0914]
- repo: https://github.com/lyz-code/yamlfix/
rev: 1.16.0
rev: 1.17.0
hooks:
- id: yamlfix
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
rev: v3.9.0-1
hooks:
- id: shfmt
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.8.0
hooks:
- id: black-jupyter
language_version: python3.11
Expand All @@ -43,7 +43,7 @@ repos:
language: system
types: [file, python]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
rev: v4.6.0 # Use the ref you want to point at
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down

0 comments on commit 6392c70

Please sign in to comment.