Skip to content

Commit 15b67a2

Browse files
Bump and align .pre-commit-config.yaml repos
src: edc-qareports
1 parent 50cea98 commit 15b67a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ exclude: tests/etc/user-*
33

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.7.8
6+
rev: 1.7.9
77
hooks:
88
- id: bandit
99
args:
1010
- "-x *test*.py"
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.2.0
13+
rev: 24.8.0
1414
hooks:
1515
- id: black
1616
language_version: python3.12
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.0.0
19+
rev: 7.1.1
2020
hooks:
2121
- id: flake8
2222
args:
@@ -28,7 +28,7 @@ repos:
2828
- id: isort
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.5.0
31+
rev: v4.6.0
3232
hooks:
3333
- id: requirements-txt-fixer
3434
files: requirements/.*\.txt$
@@ -42,7 +42,7 @@ repos:
4242
- id: detect-private-key
4343

4444
- repo: https://github.com/adrienverge/yamllint
45-
rev: v1.34.0
45+
rev: v1.35.1
4646
hooks:
4747
- id: yamllint
4848
args:

0 commit comments

Comments
 (0)