Skip to content

Commit d1a37c4

Browse files
kairoaraujogithub-actions[bot]
authored andcommitted
build: Update pre-commit hooks
1 parent 8ff0f7e commit d1a37c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: end-of-file-fixer
@@ -10,22 +10,22 @@ 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
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.3'
28+
rev: '1.9.1'
2929
hooks:
3030
- id: bandit
3131
args: ["-r", "repository_service_tuf"]

0 commit comments

Comments
 (0)