Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: apoclyps <apoclyps@users.noreply.github.com>
  • Loading branch information
apoclyps and apoclyps committed Mar 11, 2024
1 parent 60b2a5a commit c577b8c
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 @@ -65,7 +65,7 @@ repos:
- --line-length=119

- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
description: Security oriented static analyser for python code
Expand Down Expand Up @@ -126,6 +126,6 @@ repos:
args: ["--disable", "line-length"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.3.1"
rev: "v0.3.2"
hooks:
- id: ruff

0 comments on commit c577b8c

Please sign in to comment.