Skip to content

Commit

Permalink
Update pre-commit config (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanParish authored Jan 10, 2024
1 parent 3748334 commit 3aef50a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
repos:
- repo: https://github.com/thoughtworks/talisman
rev: 'v1.27.0'
rev: 'v1.31.0'
hooks:
- id: talisman-commit
entry: cmd --githook pre-commit
- repo: https://github.com/PyCQA/bandit
rev: '1.7.4'
rev: '1.7.6'
hooks:
- id: bandit
args: [-c, .bandit.yml, -r, -l]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.9
rev: 'v0.1.11'
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 3aef50a

Please sign in to comment.