Skip to content

Commit 332b279

Browse files
committed
chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]
1 parent d072518 commit 332b279

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
@@ -33,12 +33,12 @@ repos:
3333
language: script
3434
types: [python]
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.10
36+
rev: 1.8.0
3737
hooks:
3838
- id: bandit
3939
args: ["-ll"]
4040
- repo: https://github.com/pre-commit/pre-commit-hooks
41-
rev: v4.6.0
41+
rev: v5.0.0
4242
hooks:
4343
# See https://pre-commit.com/hooks.html for more hooks
4444
#- id: check-added-large-files
@@ -61,7 +61,7 @@ repos:
6161
- id: check-merge-conflict
6262
- id: debug-statements
6363
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
64-
rev: v9.18.0
64+
rev: v9.20.0
6565
hooks:
6666
- id: commitlint
6767
stages: [commit-msg]

0 commit comments

Comments
 (0)