Skip to content

Commit

Permalink
Update pre-commit hooks (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA authored Mar 13, 2024
1 parent 9475e42 commit b5eecb2
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 @@ -31,7 +31,7 @@ repos:
- id: docs-landing-page

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

- repo: https://github.com/PyCQA/bandit
rev: '1.7.7'
rev: '1.7.8'
hooks:
- id: bandit
args: [-r]
exclude: ^tests/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
exclude: ^tests/.*$
Expand Down

0 comments on commit b5eecb2

Please sign in to comment.