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/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
- [github.com/nbQA-dev/nbQA: 1.8.4 → 1.8.5](nbQA-dev/nbQA@1.8.4...1.8.5)
- [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.2...v0.3.5)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
- [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 841b57b commit be39582
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,14 +12,14 @@ repos:
args: ["--futures=true"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py310-plus]

# Notebook formatting
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.4
rev: 1.8.5
hooks:
- id: nbqa-isort
additional_dependencies: [isort]
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.2"
rev: "v0.3.5"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -91,7 +91,7 @@ repos:
- id: codespell

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.6"
rev: "v0.10.0.1"
hooks:
- id: shellcheck

Expand All @@ -110,7 +110,7 @@ repos:
additional_dependencies: ["validate-pyproject-schema-store[all]"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.0"
rev: "0.28.1"
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit be39582

Please sign in to comment.