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 8, 2024
1 parent 204e0ad commit c7f6e92
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
@@ -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 @@ -20,12 +20,12 @@ repos:
- id: isort
args: [-l79, --profile, black, --check, --diff]
- repo: https://github.com/psf/black
rev: '24.8.0'
rev: '24.10.0'
hooks:
- 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 c7f6e92

Please sign in to comment.