Skip to content

Commit 2503fbc

Browse files
committed
Update pre-commit hooks to latest versions
1 parent 098ce0c commit 2503fbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repos:
77
- id: isort
88
args: [ "--profile", "black" ]
99
- repo: https://github.com/ambv/black
10-
rev: 24.8.0
10+
rev: 24.10.0
1111
hooks:
1212
- id: black
1313
args: [ "--line-length", "119" ]
1414
- repo: https://github.com/PyCQA/bandit
15-
rev: 1.7.10
15+
rev: 1.8.0
1616
hooks:
1717
- id: bandit
1818
args: [ '-c', '.bandit.yml', '-r' ]
@@ -22,6 +22,6 @@ repos:
2222
- id: flake8
2323
additional_dependencies: [ flake8-annotations ]
2424
- repo: https://github.com/gitleaks/gitleaks
25-
rev: v8.20.0
25+
rev: v8.22.1
2626
hooks:
2727
- id: gitleaks

0 commit comments

Comments
 (0)