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.7.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.3...v0.8.1)
- https://github.com/PyCQA/bandit/: 1.7.10 → 1.8.0
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent eec3e09 commit 96a553c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ repos:
hooks: [ { id: fix-smartquotes }, { id: fix-ligatures } ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.3'
rev: 'v0.8.1'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format

- repo: https://github.com/PyCQA/bandit/
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args: [ "-c", "pyproject.toml" ]
Expand Down

0 comments on commit 96a553c

Please sign in to comment.