Skip to content

Commit e5747ff

Browse files
build: Update pre-commit hooks (#512)
Co-authored-by: KAUTH <[email protected]>
1 parent 65bcea0 commit e5747ff

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
@@ -10,7 +10,7 @@ repos:
1010
- id: check-yaml
1111
files: '.github/'
1212
- repo: https://github.com/pycqa/flake8
13-
rev: '6.1.0'
13+
rev: '7.0.0'
1414
hooks:
1515
- id: flake8
1616
exclude: docs
@@ -20,12 +20,12 @@ repos:
2020
- id: isort
2121
args: [-l79, --profile, black, --check, --diff]
2222
- repo: https://github.com/psf/black
23-
rev: '23.12.1'
23+
rev: '24.1.1'
2424
hooks:
2525
- id: black
2626
args: [-l79, --check, --diff, .]
2727
- repo: https://github.com/PyCQA/bandit
28-
rev: '1.7.6'
28+
rev: '1.7.7'
2929
hooks:
3030
- id: bandit
3131
args: ["-r", "repository_service_tuf_api"]

0 commit comments

Comments
 (0)