Skip to content

Commit f037f72

Browse files
authored
chore(pre-commit): autoupdate hooks (#49)
2 parents 30b38b6 + ed92da8 commit f037f72

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
@@ -14,7 +14,7 @@ repos:
1414
stages: [commit-msg]
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: trailing-whitespace
2020
- id: mixed-line-ending
@@ -31,14 +31,14 @@ repos:
3131
- python
3232

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

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

0 commit comments

Comments
 (0)