Skip to content

Commit

Permalink
Update pre-commit hooks (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jan 25, 2024
1 parent 677dada commit e5b4553
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.1.13
rev: v0.1.14
hooks:
- id: ruff
args:
Expand All @@ -45,7 +45,7 @@ repos:
args: [--py310-plus]

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

0 comments on commit e5b4553

Please sign in to comment.