Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.290...v0.0.292)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.9.0.5...v0.9.0.6)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 7b36aa2 commit 305fb39
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
Expand Up @@ -41,7 +41,7 @@ repos:
types_or: [yaml, markdown, html, css, scss, javascript, json]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args:
Expand All @@ -52,7 +52,7 @@ repos:
]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.290"
rev: "v0.0.292"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -71,7 +71,7 @@ repos:
stages: [manual]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: ["-L", "hist,nd,circularly,ba"]
Expand Down Expand Up @@ -99,7 +99,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck
exclude: ^docs/notebooks/conf.sh$

0 comments on commit 305fb39

Please sign in to comment.