Skip to content

Commit 1b46b36

Browse files
kairoaraujogithub-actions[bot]
authored andcommitted
build: Update pre-commit hooks
1 parent 765aade commit 1b46b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-yaml
1111
files: '.github/'
1212
- repo: https://github.com/pycqa/flake8
13-
rev: '7.2.0'
13+
rev: '7.3.0'
1414
hooks:
1515
- id: flake8
1616
exclude: docs
@@ -25,7 +25,7 @@ repos:
2525
- id: black
2626
args: [-l79, --check, --diff, .]
2727
- repo: https://github.com/PyCQA/bandit
28-
rev: '1.8.3'
28+
rev: '1.8.6'
2929
hooks:
3030
- id: bandit
3131
args: ["-r", "repository_service_tuf"]

0 commit comments

Comments
 (0)