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/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.4](astral-sh/ruff-pre-commit@v0.3.7...v0.4.4)
- [github.com/streetsidesoftware/cspell-cli: v8.7.0 → v8.8.0](streetsidesoftware/cspell-cli@v8.7.0...v8.8.0)
  • Loading branch information
pre-commit-ci[bot] authored May 13, 2024
1 parent fb409d0 commit b4cfef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ repos:
- id: removestar
args: [-i, pyprojectsort]
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.7"
rev: "v0.4.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -46,7 +46,7 @@ repos:
args: [--configfile=pyproject.toml, --severity-level=medium, .]
additional_dependencies: ["bandit[toml]"]
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.7.0
rev: v8.8.0
hooks:
- id: cspell
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit b4cfef5

Please sign in to comment.