Skip to content

Commit 8115edf

Browse files
committed
chore(pre-commit): autoupdate hooks
1 parent 97112df commit 8115edf

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
@@ -8,13 +8,13 @@ default_install_hook_types:
88

99
repos:
1010
- repo: https://github.com/compilerla/conventional-pre-commit
11-
rev: v2.3.0
11+
rev: v3.6.0
1212
hooks:
1313
- id: conventional-pre-commit
1414
stages: [commit-msg]
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.4.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: trailing-whitespace
2020
- id: mixed-line-ending
@@ -24,21 +24,21 @@ repos:
2424
- id: check-added-large-files
2525

2626
- repo: https://github.com/psf/black
27-
rev: 23.7.0
27+
rev: 24.10.0
2828
hooks:
2929
- id: black
3030
types:
3131
- python
3232

3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 6.1.0
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737
types:
3838
- python
3939

4040
- repo: https://github.com/pycqa/bandit
41-
rev: 1.7.5
41+
rev: 1.7.10
4242
hooks:
4343
- id: bandit
4444
args: ["-ll"]

0 commit comments

Comments
 (0)