Skip to content

Commit dfa3fe3

Browse files
KAUTHgithub-actions[bot]
authored andcommitted
build: Update pre-commit hooks
1 parent 84c7b5a commit dfa3fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ repos:
1515
- id: flake8
1616
exclude: docs
1717
- repo: https://github.com/PyCQA/isort
18-
rev: '6.0.1'
18+
rev: '7.0.0'
1919
hooks:
2020
- id: isort
2121
args: [-l79, --profile, black, --check, --diff]
2222
- repo: https://github.com/psf/black
23-
rev: '25.1.0'
23+
rev: '25.11.0'
2424
hooks:
2525
- id: black
2626
args: [-l79, --check, --diff, .]
2727
- repo: https://github.com/PyCQA/bandit
28-
rev: '1.8.6'
28+
rev: '1.9.2'
2929
hooks:
3030
- id: bandit
3131
args: ["-r", "repository_service_tuf_api"]

0 commit comments

Comments
 (0)