Skip to content

Commit

Permalink
build: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MVrachev authored and github-actions[bot] committed Oct 6, 2024
1 parent 204e0ad commit e7fb863
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: end-of-file-fixer
Expand All @@ -25,7 +25,7 @@ repos:
- id: black
args: [-l79, --check, --diff, .]
- repo: https://github.com/PyCQA/bandit
rev: '1.7.9'
rev: '1.7.10'
hooks:
- id: bandit
args: ["-r", "tuf_repository_service_worker"]
Expand Down

0 comments on commit e7fb863

Please sign in to comment.