Skip to content

Commit

Permalink
updated pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Nov 29, 2024
1 parent c887d6f commit 9f0baaa
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 @@ -69,7 +69,7 @@ repos:
- id: reorder-python-imports

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -79,7 +79,7 @@ repos:

# linters
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args: ["-x", "tests"]
Expand Down Expand Up @@ -109,7 +109,7 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
rev: v3.4.1
hooks:
- id: prettier
files: \.md$
Expand Down

0 comments on commit 9f0baaa

Please sign in to comment.