Skip to content

Commit

Permalink
Update pre-commit hooks (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Sep 25, 2024
1 parent cd71cca commit 2e2fd6e
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 @@ -31,7 +31,7 @@ repos:
- id: docs-landing-page

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.7
hooks:
- id: ruff
args:
Expand All @@ -45,7 +45,7 @@ repos:
args: [--py310-plus]

- repo: https://github.com/PyCQA/bandit
rev: '1.7.9'
rev: '1.7.10'
hooks:
- id: bandit
args: [-r]
Expand Down

0 comments on commit 2e2fd6e

Please sign in to comment.