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.9](astral-sh/ruff-pre-commit@v0.3.7...v0.4.9)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
- [github.com/streetsidesoftware/cspell-cli: v8.7.0 → v8.8.2](streetsidesoftware/cspell-cli@v8.7.0...v8.8.2)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent fb409d0 commit afa0c2e
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 @@ -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.9"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -35,18 +35,18 @@ repos:
hooks:
- id: blacken-docs
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
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.2
hooks:
- id: cspell
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit afa0c2e

Please sign in to comment.